This commit is contained in:
Robert Kaussow 2020-12-27 15:54:34 +01:00
parent 64b84fcabb
commit e7be2ee92b
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM arm32v7/python:3.9-alpine
FROM arm32v7/python:3.8-alpine
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"

View File

@ -1,4 +1,4 @@
FROM arm64v8/python:3.9-alpine
FROM arm64v8/python:3.8-alpine
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"