dockerfile: update to go 1.20.10 (#175)

This commit is contained in:
Daniel Barton 2023-10-18 10:49:39 +08:00 committed by GitHub
parent d1fd0465e4
commit d30ab7b9bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# Stage 1 (Build) # Stage 1 (Build)
FROM golang:1.19-alpine AS builder FROM golang:1.20.10-alpine AS builder
ARG VERSION ARG VERSION
RUN apk add --update --no-cache git make RUN apk add --update --no-cache git make