From 81a0a583124d39a3fe206c7cabb5f8e1c6fc10d6 Mon Sep 17 00:00:00 2001 From: vx3r Date: Sun, 11 Apr 2021 11:36:39 +0200 Subject: [PATCH] update docker workflow --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 690e2d6..1e0f880 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG COMMIT="N/A" -FROM golang:alpine AS build-back +FROM golang:1.16 AS build-back WORKDIR /app ARG COMMIT COPY . .