Skip to content

Commit eebe589

Browse files
fix: Resolve security vulnerabilities
Signed-off-by: Anurag Rajawat <anurag@stepsecurity.io>
1 parent 4690da6 commit eebe589

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM golang:1.26-alpine3.23@sha256:2389ebfa5b7f43eeafbd6be0c3700cc46690ef842ad96
33
ARG GHCOMMIT_VERSION=v0.1.77
44

55
# hadolint ignore=DL3018
6-
RUN apk add --no-cache bash git-crypt curl git
6+
RUN apk add --no-cache bash git-crypt curl git && apk upgrade --no-cache zlib
77

88
# Download and build ghcommit from source
99
RUN git clone --depth 1 --branch "${GHCOMMIT_VERSION}" https://github.com/planetscale/ghcommit.git /ghcommit

0 commit comments

Comments
 (0)