removed arg duplication

This commit is contained in:
Kwitsch 2022-09-14 14:38:00 +02:00
parent 37b1af2376
commit 285eda477d
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
# prepare build environment
FROM golang:1-alpine AS build-env
ARG VERSION
ARG BUILD_TIME
# add blocky user
RUN adduser -S -D -H -h /app -s /sbin/nologin blocky