Skip to content

Commit

Permalink
Update Python to 3.8 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
J0WI authored and bmw committed Jan 13, 2020
1 parent fb323e0 commit 695107b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/core/Dockerfile
@@ -1,6 +1,6 @@
# Docker Arch (amd64, arm32v6, ...)
ARG TARGET_ARCH
FROM ${TARGET_ARCH}/python:3.7-alpine3.11
FROM ${TARGET_ARCH}/python:3.8-alpine3.11

# Qemu Arch (x86_64, arm, ...)
ARG QEMU_ARCH
Expand Down

0 comments on commit 695107b

Please sign in to comment.