Skip to content

Commit 8a7a2bb

Browse files
upgrade alpine base image to 3.14.2 (#18)
also upgrade git to 2.32.0 in dockerfile
1 parent 3f1c95b commit 8a7a2bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM alpine:3.12.4
1+
FROM alpine:3.14.2
22

3-
RUN apk add --no-cache git=~2.26.3 bash openssh
3+
RUN apk add --no-cache git=~2.32.0 bash openssh
44

55
# install git-lfs
66
RUN apk add --no-cache --virtual deps openssl && \

service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 10.0.5
1+
version: 10.0.6

0 commit comments

Comments
 (0)