upgrade base docker image (#9415)

This commit is contained in:
Brad Warren 2022-09-26 03:36:08 -07:00 committed by GitHub
parent 7c3b9043a1
commit 758cfb9f79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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