Skip to content

Commit

Permalink
fix: git version
Browse files Browse the repository at this point in the history
  • Loading branch information
eddort committed Feb 7, 2023
1 parent 22694b4 commit 81b6fdb
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 @@ -2,7 +2,7 @@ FROM node:14.18.1-alpine3.13 as building

# needed for git dependencies
RUN apk update && apk upgrade && \
apk add --no-cache bash=5.1.16-r0 git=2.30.5-r0 openssh=8.4_p1-r4
apk add --no-cache bash=5.1.16-r0 git=2.30.6-r0 openssh=8.4_p1-r4

RUN mkdir /council

Expand Down

0 comments on commit 81b6fdb

Please sign in to comment.