2 Commits

Author SHA1 Message Date
Shubham Agrawal 56e4928d73 Update git version to 2.30.2 2021-03-19 20:31:24 +05:30
Shubham Agrawal 70fe2c5f68 Merge pull request #37 from drone/update_dockerfile
Use alpine package to install aws cl1 v1.18
2021-02-16 11:28:58 +05:30
6 changed files with 6 additions and 6 deletions
+1 -1
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/
+1 -1
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/
+1 -1
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/
+1 -1
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/
+1 -1
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/
+1 -1
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/