Skip to content

Commit

Permalink
Merge pull request #38 from drone/update_git_version
Browse files Browse the repository at this point in the history
Update git version to 2.30.2 to fix git clone vulnerability
  • Loading branch information
bradrydzewski authored Mar 23, 2021
2 parents 70fe2c5 + 56e4928 commit e2f563e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.linux.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.12
FROM alpine:3.13
RUN apk add --no-cache ca-certificates git git-lfs openssh curl perl aws-cli

ADD posix/* /usr/local/bin/
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.linux.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm32v6/alpine:3.12
FROM arm32v6/alpine:3.13
RUN apk add --no-cache ca-certificates git git-lfs openssh curl perl

ADD posix/* /usr/local/bin/
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.linux.arm6
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm32v6/alpine:3.12
FROM arm32v6/alpine:3.13
RUN apk add --no-cache ca-certificates git git-lfs openssh curl perl

ADD posix/* /usr/local/bin/
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.linux.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/alpine:3.12
FROM arm64v8/alpine:3.13
RUN apk add --no-cache ca-certificates git git-lfs openssh curl perl

ADD posix/* /usr/local/bin/
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.linux.arm7
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm32v6/alpine:3.12
FROM arm32v6/alpine:3.13
RUN apk add --no-cache ca-certificates git git-lfs openssh curl perl

ADD posix/* /usr/local/bin/
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.linux.arm8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/alpine:3.12
FROM arm64v8/alpine:3.13
RUN apk add --no-cache ca-certificates git git-lfs openssh curl perl

ADD posix/* /usr/local/bin/
Expand Down

0 comments on commit e2f563e

Please sign in to comment.