Update Dockerfile-go-builder

This commit is contained in:
Abhishek K 2024-01-03 16:36:39 +05:30 committed by GitHub
parent 033e203d91
commit 3b739ed22a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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