Skip to content

Commit ff586d0

Browse files
committed
docker image: update alpine to 3.16
1 parent b6098c0 commit ff586d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax = docker/dockerfile:1.3
2-
ARG ALPINE_VERSION=3.15.0
2+
ARG ALPINE_VERSION=3.16
33
FROM alpine:${ALPINE_VERSION} AS builder
44

55
RUN apk add --no-cache git python3 python3-dev py-pip build-base

0 commit comments

Comments
 (0)