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.
2 parents b6098c0 + ff586d0 commit ecd7c5dCopy full SHA for ecd7c5d
Dockerfile
@@ -1,5 +1,5 @@
1
# syntax = docker/dockerfile:1.3
2
-ARG ALPINE_VERSION=3.15.0
+ARG ALPINE_VERSION=3.16
3
FROM alpine:${ALPINE_VERSION} AS builder
4
5
RUN apk add --no-cache git python3 python3-dev py-pip build-base
0 commit comments