File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN apk add --no-cache \
17
17
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
18
18
RUN [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
19
19
20
- ENV DOCKER_VERSION 19.03.13
20
+ ENV DOCKER_VERSION 19.03.14
21
21
# TODO ENV DOCKER_SHA256
22
22
# https://github.com/docker/docker-ce/blob/5b073ee2cf564edee5adca05eee574142f7627bb/components/packaging/static/hash_files !!
23
23
# (no SHA file artifacts on download.docker.com yet as of 2017-06-07 though)
@@ -27,16 +27,16 @@ RUN set -eux; \
27
27
apkArch="$(apk --print-arch)" ; \
28
28
case "$apkArch" in \
29
29
'x86_64' ) \
30
- url='https://download.docker.com/linux/static/stable/x86_64/docker-19.03.13 .tgz' ; \
30
+ url='https://download.docker.com/linux/static/stable/x86_64/docker-19.03.14 .tgz' ; \
31
31
;; \
32
32
'armhf' ) \
33
- url='https://download.docker.com/linux/static/stable/armel/docker-19.03.13 .tgz' ; \
33
+ url='https://download.docker.com/linux/static/stable/armel/docker-19.03.14 .tgz' ; \
34
34
;; \
35
35
'armv7' ) \
36
- url='https://download.docker.com/linux/static/stable/armhf/docker-19.03.13 .tgz' ; \
36
+ url='https://download.docker.com/linux/static/stable/armhf/docker-19.03.14 .tgz' ; \
37
37
;; \
38
38
'aarch64' ) \
39
- url='https://download.docker.com/linux/static/stable/aarch64/docker-19.03.13 .tgz' ; \
39
+ url='https://download.docker.com/linux/static/stable/aarch64/docker-19.03.14 .tgz' ; \
40
40
;; \
41
41
*) echo >&2 "error: unsupported architecture ($apkArch)" ; exit 1 ;; \
42
42
esac; \
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN set -eux; \
24
24
apkArch="$(apk --print-arch)" ; \
25
25
case "$apkArch" in \
26
26
'x86_64' ) \
27
- url='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-19.03.13 .tgz' ; \
27
+ url='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-19.03.14 .tgz' ; \
28
28
;; \
29
29
*) echo >&2 "error: unsupported architecture ($apkArch)" ; exit 1 ;; \
30
30
esac; \
Original file line number Diff line number Diff line change 3
3
"alpine" : " 3.12" ,
4
4
"arches" : {
5
5
"amd64" : {
6
- "dockerUrl" : " https://download.docker.com/linux/static/stable/x86_64/docker-19.03.13 .tgz" ,
7
- "rootlessExtrasUrl" : " https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-19.03.13 .tgz"
6
+ "dockerUrl" : " https://download.docker.com/linux/static/stable/x86_64/docker-19.03.14 .tgz" ,
7
+ "rootlessExtrasUrl" : " https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-19.03.14 .tgz"
8
8
},
9
9
"arm32v6" : {
10
- "dockerUrl" : " https://download.docker.com/linux/static/stable/armel/docker-19.03.13 .tgz"
10
+ "dockerUrl" : " https://download.docker.com/linux/static/stable/armel/docker-19.03.14 .tgz"
11
11
},
12
12
"arm32v7" : {
13
- "dockerUrl" : " https://download.docker.com/linux/static/stable/armhf/docker-19.03.13 .tgz"
13
+ "dockerUrl" : " https://download.docker.com/linux/static/stable/armhf/docker-19.03.14 .tgz"
14
14
},
15
15
"arm64v8" : {
16
- "dockerUrl" : " https://download.docker.com/linux/static/stable/aarch64/docker-19.03.13 .tgz"
16
+ "dockerUrl" : " https://download.docker.com/linux/static/stable/aarch64/docker-19.03.14 .tgz"
17
17
}
18
18
},
19
19
"dindCommit" : " ed89041433a031cafc0a0f19cfe573c31688d377" ,
23
23
" dind-rootless" ,
24
24
" git"
25
25
],
26
- "version" : " 19.03.13 "
26
+ "version" : " 19.03.14 "
27
27
},
28
28
"19.03-rc" : {
29
29
"alpine" : " 3.12" ,
You can’t perform that action at this time.
0 commit comments