fix build with using golang:latest

This commit is contained in:
Harduino
2021-02-25 13:58:38 +03:00
parent 1648a8921c
commit ee8b757c3b
3 changed files with 16 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
from golang as builder
FROM golang:1.16.0-buster as builder
# Add files
RUN mkdir /app