update docker workflow

This commit is contained in:
vx3r 2021-04-11 17:11:14 +02:00
parent 43803dc290
commit ac0318f57d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
ARG COMMIT="N/A" ARG COMMIT="N/A"


FROM golang:1.16 AS build-back FROM golang:alpine AS build-back
WORKDIR /app WORKDIR /app
ARG COMMIT ARG COMMIT
COPY . . COPY . .