0
0
mirror of https://github.com/thegeeklab/wp-ansible.git synced 2024-09-19 15:02:47 +02:00

use fqin in dockerfile

This commit is contained in:
Robert Kaussow 2023-10-30 11:52:52 +01:00
parent 988ef0c11d
commit 1900bd362d
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.21 as build
FROM --platform=$BUILDPLATFORM docker.io/golang:1.21 as build
ARG TARGETOS
ARG TARGETARCH