This commit is contained in:
Wolfgang Hottgenroth 2021-09-21 16:00:41 +02:00
parent 9ab729c4e0
commit bb2f3de982

View File

@ -1,6 +1,6 @@
FROM alpine:3.13 AS builder FROM alpine:3.13 AS builder
ARG VERSION=${CI_COMMIT_SHORT_SHA} ARG VERSION="dockerized"
COPY sink/ /tmp/sink COPY sink/ /tmp/sink