From 967b1a5c7ecc08154992fe3d2e8e715f72dab593 Mon Sep 17 00:00:00 2001 From: sinadarbouy Date: Thu, 6 Jun 2024 18:35:52 +0200 Subject: [PATCH] upgrade git version --(2.45.1-r0) is not available in the Alpine repositories, and a newer version (2.45.2-r0) is available instead --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b141c50a..0cefd282 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ ARG TARGETPLATFORM WORKDIR /gatewayd COPY . /gatewayd -RUN apk --no-cache add git=2.45.1-r0 make=4.4.1-r2 && \ +RUN apk --no-cache add git=2.45.2-r0 make=4.4.1-r2 && \ mkdir -p dist && \ make build-platform GOOS=${TARGETOS} GOARCH=${TARGETARCH} OUTPUT_DIR=dist/${TARGETOS}-${TARGETARCH}