This commit is contained in:
Alex Sharov 2022-09-17 18:54:35 +07:00 committed by GitHub
parent b8a8ea6ace
commit 0fef7c392c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.2 # 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++ RUN apk --no-cache add build-base linux-headers git bash ca-certificates libstdc++