asure cacerts are installed in build image

This commit is contained in:
bakito 2023-12-20 20:41:34 +01:00
parent bb969a0005
commit 9d26eec6b0
No known key found for this signature in database
GPG key ID: BCCEB081DB8A24D8

View file

@ -3,7 +3,7 @@ FROM golang:1.21-bullseye as builder
WORKDIR /go/src/app
RUN apt-get update && \
apt-get install -y upx && \
apt-get install -y upx ca-certificates && \
apt-get upgrade -y # upgrade to get latest ca-certs
ARG VERSION=main