Dockerfile: set GOOS and GOARCH

This commit is contained in:
Rodrigue Chakode 2022-05-16 17:26:01 +02:00 committed by GitHub
parent 37a12b6965
commit f7d5c992e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
FROM alpine:3.11.6 FROM alpine:3.11.6
ARG GOOS="linux"
ARG GOARCH="amd64"
ARG RUNTIME_USER="mxgateway" ARG RUNTIME_USER="mxgateway"
ARG RUNTIME_USER_UID=4583 ARG RUNTIME_USER_UID=4583