Skip to content

Commit 6d50085

Browse files
authored
Merge pull request #1412 from manics/docker-alpine
Bump alpine docker to 3.21
2 parents 8ff109f + 7793358 commit 6d50085

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.19
2+
ARG ALPINE_VERSION=3.21
33
FROM alpine:${ALPINE_VERSION}
44

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

0 commit comments

Comments
 (0)