Update Python 3.12

This commit is contained in:
ngosang 2023-10-14 22:48:58 +02:00
parent d26e181f21
commit d90f46a4d1

View file

@ -12,7 +12,7 @@ RUN cd /tmp \
# flag -ldflags "-s -w" produces a smaller executable
&& go build -ldflags "-s -w" -v -o /tmp/restic ./cmd/restic
FROM python:3.11-alpine3.18
FROM python:3.12-alpine3.18
RUN apk add --no-cache --update openssh tzdata