mirror of
https://github.com/bakito/adguardhome-sync.git
synced 2025-03-01 09:35:35 +08:00
update all builder images packages to get latestav ailable cacerts #185
This commit is contained in:
parent
3211406ef2
commit
4db293ccf2
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@ FROM golang:1.20 as builder
|
|||
|
||||
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 BUILD="N/A"
|
||||
|
|
Loading…
Reference in a new issue