From e0d96be2786db4266662649c59185933ec528610 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 02:54:21 +0000 Subject: [PATCH] Update alpine Docker tag to v3.18 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ca0b401..5128352 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o insights-handler main.g # Refer to https://github.com/GoogleContainerTools/distroless for more details #FROM gcr.io/distroless/static:nonroot -FROM alpine:3.15 +FROM alpine:3.18 WORKDIR / COPY --from=builder /go/src/github.com/uselagoon/lagoon/services/insights-handler/insights-handler .