From 4a04210eaaffd51c2188a95d1186cc2913d29ef8 Mon Sep 17 00:00:00 2001 From: Nikita Kovalev Date: Sat, 18 Sep 2021 20:13:13 +0300 Subject: [PATCH] update docker build image version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7415bba..ee4e08d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.16.3-buster as build +FROM golang:1.17.1-bullseye as build RUN mkdir /app COPY . /app RUN cd /app; ./build.sh