Skip to content

Commit

Permalink
Dockerfile: upgrade git to fix new snyk vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Jan 17, 2025
1 parent 20f5469 commit 9fc7eed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ RUN adduser \
-u 19663 `# user-id` \
saver `# user-name`


RUN apk add git=2.45.3-r0
RUN apk upgrade

WORKDIR /saver
COPY source/server/ .

Expand Down

0 comments on commit 9fc7eed

Please sign in to comment.