Skip to content

Commit

Permalink
Update git version to 2.30.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham149 committed Mar 19, 2021
1 parent 70fe2c5 commit 56e4928
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 56e4928

Please sign in to comment.