Update Dockerfile-go-builder

This commit is contained in:
Abhishek K 2024-01-03 12:18:53 +05:30 committed by GitHub
parent 1f9ef50df7
commit 44ee28d4b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM golang:1.19.6-alpine3.17
FROM golang:1.21-alpine3.19
ARG version
RUN apk add build-base
WORKDIR /app