1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

Update Alpine to 3.11 (#14)

This commit is contained in:
J0WI
2020-01-11 01:36:58 +00:00
committed by Brad Warren
parent 5713decf23
commit fb323e083a

View File

@@ -1,6 +1,6 @@
# Docker Arch (amd64, arm32v6, ...)
ARG TARGET_ARCH
FROM ${TARGET_ARCH}/python:3.7-alpine3.10
FROM ${TARGET_ARCH}/python:3.7-alpine3.11
# Qemu Arch (x86_64, arm, ...)
ARG QEMU_ARCH