Skip to content

Commit

Permalink
fix git version in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
capnspacehook committed Oct 30, 2022
1 parent 01a9a00 commit 378109e
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 @@ -4,7 +4,7 @@ COPY . /build
WORKDIR /build

# add git so VCS info will be stamped in binary
RUN apk add --no-cache git=2.38.1-r0
RUN apk add --no-cache git-2.36.3-r0

# build as PIE to take advantage of exploit mitigations
ARG CGO_ENABLED=0
Expand Down

0 comments on commit 378109e

Please sign in to comment.