From 7d849d7bd7ca05f70c68bff7f142435630fe6107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 11:30:57 +0200 Subject: [PATCH] core: bump maxmindinc/geoipupdate from v4.11 to v5.0 (#5233) Bumps maxmindinc/geoipupdate from v4.11 to v5.0. --- updated-dependencies: - dependency-name: maxmindinc/geoipupdate dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b027d5f2f..5ea8639ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,7 +47,7 @@ COPY ./go.sum /work/go.sum RUN go build -o /work/authentik ./cmd/server/ # Stage 5: MaxMind GeoIP -FROM docker.io/maxmindinc/geoipupdate:v4.11 as geoip +FROM docker.io/maxmindinc/geoipupdate:v5.0 as geoip ENV GEOIPUPDATE_EDITION_IDS="GeoLite2-City" ENV GEOIPUPDATE_VERBOSE="true"