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 b6098c0 commit ff586d0Copy full SHA for ff586d0
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