We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc7491 commit f1a98daCopy full SHA for f1a98da
3 files changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.12-slim AS base
+FROM arm64v8/python:3.13-slim AS base
2
3
# This will be set by the GitHub action to the folder containing this component.
4
ARG FOLDER=/app
Dockerfile.dev
-FROM python:3.12-slim
+FROM arm64v8/python:3.13-slim:3.12-slim
README.md
@@ -2,7 +2,7 @@
# Python Component for Diploi
5
-Uses the official [python](https://hub.docker.com/_/python) Docker image.
+Uses the unofficial [arm64v8/python](https://hub.docker.com/r/arm64v8/python/) Docker image.
6
7
## Operation
8
0 commit comments