Update git version to 2.30.2

This commit is contained in:
Shubham Agrawal 2021-03-19 20:31:24 +05:30
parent 70fe2c5f68
commit 56e4928d73
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/