Skip to content

Commit

Permalink
upgrade base docker image (#9415)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmw committed Sep 26, 2022
1 parent 7c3b904 commit 758cfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/core/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 758cfb9

Please sign in to comment.