summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Crone <christopher.crone@docker.com>2019-08-30 16:42:56 +0200
committerGitHub <noreply@github.com>2019-08-30 16:42:56 +0200
commit9973f051ba506eae4a60a5f302c2328667ce9707 (patch)
tree57ec00b105ff4409283ade9a20a90c3a2b7a847a
parent2199278b4448c1fbf0637efa42a1ab97dc9b8573 (diff)
parent0c6fce271e949955693ed86461d8a0e6adcd18d4 (diff)
Merge pull request #6878 from ulyssessouza/bump-debian
Bump runtime debian
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index a45b1dd6..a5398413 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,7 +3,7 @@ ARG PYTHON_VERSION=3.7.4
ARG BUILD_ALPINE_VERSION=3.10
ARG BUILD_DEBIAN_VERSION=slim-stretch
ARG RUNTIME_ALPINE_VERSION=3.10.1
-ARG RUNTIME_DEBIAN_VERSION=stretch-20190708-slim
+ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim
ARG BUILD_PLATFORM=alpine