Merge pull request #38 from drone/update_git_version

Update git version to 2.30.2 to fix git clone vulnerability
This commit is contained in:
Brad Rydzewski 2021-03-23 10:17:32 -04:00 committed by GitHub
commit e2f563e07f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -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/

View File

@ -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/

View File

@ -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/

View File

@ -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/

View File

@ -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/

View File

@ -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/