Update alpine images to 3.18 (#1765)

Fresh out of the oven! Tested with custom images, no issues encountered.

Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
This commit is contained in:
Patrick Schratz 2023-05-18 10:08:35 +02:00 committed by GitHub
parent cfb53cb995
commit 820cec9466
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
--mount=type=cache,target=/go/pkg \
make build-agent
FROM alpine:3.16
FROM alpine:3.18
RUN apk add -U --no-cache ca-certificates
ENV GODEBUG=netdns=go
EXPOSE 3000

View file

@ -7,7 +7,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
--mount=type=cache,target=/go/pkg \
make build-cli
FROM alpine:3.16
FROM alpine:3.18
RUN apk add -U --no-cache ca-certificates
ENV GODEBUG=netdns=go

View file

@ -1,4 +1,4 @@
FROM alpine:3.16
FROM alpine:3.18
ARG TARGETOS TARGETARCH
RUN apk add -U --no-cache ca-certificates