mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 08:03:19 +02:00
Update Python to 3.8 (#16)
https://github.com/certbot/certbot/pull/7392
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Docker Arch (amd64, arm32v6, ...)
|
# Docker Arch (amd64, arm32v6, ...)
|
||||||
ARG TARGET_ARCH
|
ARG TARGET_ARCH
|
||||||
FROM ${TARGET_ARCH}/python:3.7-alpine3.11
|
FROM ${TARGET_ARCH}/python:3.8-alpine3.11
|
||||||
|
|
||||||
# Qemu Arch (x86_64, arm, ...)
|
# Qemu Arch (x86_64, arm, ...)
|
||||||
ARG QEMU_ARCH
|
ARG QEMU_ARCH
|
||||||
|
|||||||
Reference in New Issue
Block a user