update docker workflow

This commit is contained in:
vx3r 2021-04-11 11:36:39 +02:00
parent 1c273f8f73
commit 81a0a58312
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:alpine AS build-back FROM golang:1.16 AS build-back
WORKDIR /app WORKDIR /app
ARG COMMIT ARG COMMIT
COPY . . COPY . .