mirror of https://github.com/docker/compose.git
Merge pull request #6878 from ulyssessouza/bump-debian
Bump runtime debian
This commit is contained in:
commit
9973f051ba
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue