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 a20dd1c commit dd9f6adCopy full SHA for dd9f6ad
Dockerfile
@@ -1,5 +1,5 @@
1
# syntax = docker/dockerfile:1.3
2
-ARG ALPINE_VERSION=3.17
+ARG ALPINE_VERSION=3.19
3
FROM alpine:${ALPINE_VERSION}
4
5
RUN apk add --no-cache git python3 python3-dev py3-pip py3-setuptools build-base
0 commit comments