We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c66cd1 commit 208df1aCopy full SHA for 208df1a
Dockerfile
@@ -8,7 +8,7 @@
8
# For reference:
9
# https://docs.docker.com/develop/develop-images/build_enhancements/
10
ARG BASE_IMAGE=ubuntu:18.04
11
-ARG PYTHON_VERSION=3.7
+ARG PYTHON_VERSION=3.8
12
13
FROM ${BASE_IMAGE} as dev-base
14
RUN --mount=type=cache,id=apt-dev,target=/var/cache/apt \
0 commit comments