More recent Python version

pull/1008/head
tessier 10 months ago
parent 11a92b6fd6
commit b1edfbe93c

@ -1,5 +1,5 @@
# use latest python alpine image. # use latest python alpine image.
FROM python:3.12.6-alpine3.20 FROM python:3.12.7-alpine3.20
# install system dependencies. # install system dependencies.
RUN apk update && apk add --no-cache \ RUN apk update && apk add --no-cache \

Loading…
Cancel
Save