Skip to content

Commit 6c4120c

Browse files
committed
updated docker version
1 parent 7437025 commit 6c4120c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ ENTRYPOINT [ "bash", "-c" ]
8484

8585
# AWS CLI + Docker
8686
FROM awscli as awscli-docker
87-
ARG DOCKER_VERSION="20.10.7-r2"
88-
RUN apk --no-cache add docker="$DOCKER_VERSION"
87+
ARG DOCKER_VERSION="20.10"
88+
RUN apk --no-cache add docker=~"$DOCKER_VERSION"
8989
ENTRYPOINT [ "bash", "-c" ]
9090

9191

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ALPINE_VERSION=3.14
22
AWSCLI_VERSION=2.2.0
33
BASH_VERSION=5.1
44
CURL_VERSION=7.79
5-
DOCKER_VERSION=20.10.7-r2
5+
DOCKER_VERSION=20.10
66
GIT_VERSION=2.32
77
JQ_VERSION=1.6
88
OPENSSH_VERSION=8.6

0 commit comments

Comments
 (0)