fix docker baseimage name

This commit is contained in:
Robert Kaussow 2021-01-17 20:19:23 +01:00
parent bcc0b55f20
commit aa7b56c493
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 2 additions and 2 deletions

View File

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

View File

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