Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@users.noreply.github.com>2022-09-26 13:36:08 +0300
committerGitHub <noreply@github.com>2022-09-26 13:36:08 +0300
commit758cfb9f79e48559bb7970277727608252530718 (patch)
tree7b8a9acb7b8d75928c4f775281353a6148db3a26
parent7c3b9043a10318b72d2269fbaff47e2b4c49b286 (diff)
upgrade base docker image (#9415)
-rw-r--r--tools/docker/core/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/docker/core/Dockerfile b/tools/docker/core/Dockerfile
index fc0912752..911e7796a 100644
--- a/tools/docker/core/Dockerfile
+++ b/tools/docker/core/Dockerfile
@@ -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