update go-builder to use alpine3.17 based image

This commit is contained in:
Matthew R Kasun 2023-02-15 16:25:26 -05:00
parent 3097b8c8e2
commit f74f0f4838

View file

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