update all builder images packages to get latestav ailable cacerts #185

This commit is contained in:
bakito 2023-05-01 07:36:53 +02:00
parent 3211406ef2
commit 4db293ccf2
No known key found for this signature in database
GPG key ID: BCCEB081DB8A24D8

View file

@ -2,7 +2,9 @@ FROM golang:1.20 as builder
WORKDIR /go/src/app WORKDIR /go/src/app
RUN apt-get update && apt-get install -y upx RUN apt-get update && \
apt-get install -y upx && \
apt-get upgrade -y # upgrade to get latest ca-certs
ARG VERSION=main ARG VERSION=main
ARG BUILD="N/A" ARG BUILD="N/A"