mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
upgrade base docker image (#9415)
This commit is contained in:
parent
7c3b9043a1
commit
758cfb9f79
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Docker Arch (amd64, arm32v6, ...)
|
||||
ARG TARGET_ARCH
|
||||
FROM ${TARGET_ARCH}/python:3.8-alpine3.12
|
||||
FROM ${TARGET_ARCH}/python:3.10-alpine3.16
|
||||
|
||||
# Qemu Arch (x86_64, arm, ...)
|
||||
ARG QEMU_ARCH
|
||||
|
|
|
|||
Loading…
Reference in a new issue