Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
ARG GOLANG_VERSION=1.17
FROM "golang:${GOLANG_VERSION}-alpine"
FROM "golang:${GOLANG_VERSION:-1.19}-alpine"
RUN apk add --no-cache git
COPY . .
ENV GO111MODULE=on

0 comments on commit 0bf65b9

Please sign in to comment.