Update Python 3.12
This commit is contained in:
parent
d26e181f21
commit
d90f46a4d1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue