Skip to content

Commit c8b077b

Browse files
Update 19.03 to 19.03.14
1 parent 9dfba41 commit c8b077b

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

19.03/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apk add --no-cache \
1717
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
1818
RUN [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
1919

20-
ENV DOCKER_VERSION 19.03.13
20+
ENV DOCKER_VERSION 19.03.14
2121
# TODO ENV DOCKER_SHA256
2222
# https://github.com/docker/docker-ce/blob/5b073ee2cf564edee5adca05eee574142f7627bb/components/packaging/static/hash_files !!
2323
# (no SHA file artifacts on download.docker.com yet as of 2017-06-07 though)
@@ -27,16 +27,16 @@ RUN set -eux; \
2727
apkArch="$(apk --print-arch)"; \
2828
case "$apkArch" in \
2929
'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'; \
3131
;; \
3232
'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'; \
3434
;; \
3535
'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'; \
3737
;; \
3838
'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'; \
4040
;; \
4141
*) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; \
4242
esac; \

19.03/dind-rootless/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN set -eux; \
2424
apkArch="$(apk --print-arch)"; \
2525
case "$apkArch" in \
2626
'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'; \
2828
;; \
2929
*) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; \
3030
esac; \

versions.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"alpine": "3.12",
44
"arches": {
55
"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"
88
},
99
"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"
1111
},
1212
"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"
1414
},
1515
"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"
1717
}
1818
},
1919
"dindCommit": "ed89041433a031cafc0a0f19cfe573c31688d377",
@@ -23,7 +23,7 @@
2323
"dind-rootless",
2424
"git"
2525
],
26-
"version": "19.03.13"
26+
"version": "19.03.14"
2727
},
2828
"19.03-rc": {
2929
"alpine": "3.12",

0 commit comments

Comments
 (0)