update to golang 1.20 (#9690)
update alpine and golang remove nano update go modules remove need for openssl external cli fix stale Signed-off-by: James Strong <james.strong@chainguard.dev>
This commit is contained in:
parent
ddcfaecb3c
commit
66a760794f
24 changed files with 59 additions and 40 deletions
|
|
@ -23,7 +23,7 @@ RUN apk update \
|
|||
&& apk upgrade \
|
||||
&& /chroot.sh
|
||||
|
||||
FROM alpine:3.17.0
|
||||
FROM alpine:3.17.2
|
||||
|
||||
ARG TARGETARCH
|
||||
ARG VERSION
|
||||
|
|
@ -49,8 +49,8 @@ RUN apk update \
|
|||
&& apk upgrade \
|
||||
&& apk add -U --no-cache \
|
||||
bash \
|
||||
curl \
|
||||
openssl \
|
||||
curl \
|
||||
ca-certificates \
|
||||
dumb-init \
|
||||
tzdata \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue