Skip to content

Commit dd9f6ad

Browse files
committed
Bump alpine version used in Dockerfile
Brings us to latest alpine, and to a newer python
1 parent a20dd1c commit dd9f6ad

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.17
2+
ARG ALPINE_VERSION=3.19
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)