From 0fef7c392cc490473ab02b127d2a7dbdf89cd0c6 Mon Sep 17 00:00:00 2001 From: Alex Sharov Date: Sat, 17 Sep 2022 18:54:35 +0700 Subject: [PATCH] save (#5397) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1e7885376..c976725d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax = docker/dockerfile:1.2 -FROM docker.io/library/golang:1.18-alpine3.15 AS builder +FROM docker.io/library/golang:1.19-alpine3.15 AS builder RUN apk --no-cache add build-base linux-headers git bash ca-certificates libstdc++