We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d2b94 commit 9e36213Copy full SHA for 9e36213
Dockerfile
@@ -1,9 +1,9 @@
1
-FROM golang:1.25-alpine3.23@sha256:f6751d823c26342f9506c03797d2527668d095b0a15f1862cddb4d927a7a4ced
+FROM golang:1.25-alpine3.23@sha256:8e02eb337d9e0ea459e041f1ee5eece41cbb61f1d83e7d883a3e2fb4862063fa
2
3
ARG GHCOMMIT_VERSION=v0.1.77
4
5
# hadolint ignore=DL3018
6
-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
7
8
# Download and build ghcommit from source
9
RUN git clone --depth 1 --branch "${GHCOMMIT_VERSION}" https://github.com/planetscale/ghcommit.git /ghcommit
0 commit comments