Updated Dockerfile-go-builder to golang:1.20.13-alpine3.19 (#3017)

Co-authored-by: Abhishek K <32607604+abhishek9686@users.noreply.github.com>
This commit is contained in:
Sayan Mallick 2024-07-25 10:20:43 +05:30 committed by GitHub
parent 66dbaf1bc2
commit 7786c106f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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