mirror of
https://github.com/docker/compose.git
synced 2026-08-04 14:47:40 +00:00
Merge pull request #6798 from chris-crone/linux-bump-deps
Bump Linux build dependencies
This commit is contained in:
commit
2e31ebba6a
1 changed files with 5 additions and 5 deletions
10
Dockerfile
10
Dockerfile
|
|
@ -1,9 +1,9 @@
|
|||
ARG DOCKER_VERSION=18.09.5
|
||||
ARG PYTHON_VERSION=3.7.3
|
||||
ARG BUILD_ALPINE_VERSION=3.9
|
||||
ARG DOCKER_VERSION=18.09.7
|
||||
ARG PYTHON_VERSION=3.7.4
|
||||
ARG BUILD_ALPINE_VERSION=3.10
|
||||
ARG BUILD_DEBIAN_VERSION=slim-stretch
|
||||
ARG RUNTIME_ALPINE_VERSION=3.9.3
|
||||
ARG RUNTIME_DEBIAN_VERSION=stretch-20190326-slim
|
||||
ARG RUNTIME_ALPINE_VERSION=3.10.0
|
||||
ARG RUNTIME_DEBIAN_VERSION=stretch-20190708-slim
|
||||
|
||||
ARG BUILD_PLATFORM=alpine
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue