Skip to content

Commit

Permalink
fix package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Baruch Odem committed Mar 11, 2024
1 parent f4b8657 commit ac6f910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN go build -o /app/2ms .
# Runtime image
FROM alpine:3.19

RUN apk add --no-cache git=2.40.1-r0
RUN apk add --no-cache git=2.43.0-r0

RUN git config --global --add safe.directory /repo

Expand Down

0 comments on commit ac6f910

Please sign in to comment.