From eebe589dd60092df6c17a54d43d04fe7725f8d2a Mon Sep 17 00:00:00 2001 From: Anurag Rajawat Date: Tue, 7 Apr 2026 16:07:05 +0530 Subject: [PATCH] fix: Resolve security vulnerabilities Signed-off-by: Anurag Rajawat --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d015bc8..a5a0e3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM golang:1.26-alpine3.23@sha256:2389ebfa5b7f43eeafbd6be0c3700cc46690ef842ad96 ARG GHCOMMIT_VERSION=v0.1.77 # hadolint ignore=DL3018 -RUN apk add --no-cache bash git-crypt curl git +RUN apk add --no-cache bash git-crypt curl git && apk upgrade --no-cache zlib # Download and build ghcommit from source RUN git clone --depth 1 --branch "${GHCOMMIT_VERSION}" https://github.com/planetscale/ghcommit.git /ghcommit