From d90f46a4d14c28502ea0f9c19a0ff4a6014ec13d Mon Sep 17 00:00:00 2001 From: ngosang Date: Sat, 14 Oct 2023 22:48:58 +0200 Subject: [PATCH] Update Python 3.12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9ef45d3..c4ff6d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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