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
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