From 9efc06e4732cf12090bc428f99b4f0aab791d1ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 12:02:16 +0200 Subject: [PATCH] core: bump maxmindinc/geoipupdate from v5.0 to v5.1 (#5512) Bumps maxmindinc/geoipupdate from v5.0 to v5.1. --- 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 2aeeb0818..ec932b112 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:v5.0 as geoip +FROM docker.io/maxmindinc/geoipupdate:v5.1 as geoip ENV GEOIPUPDATE_EDITION_IDS="GeoLite2-City" ENV GEOIPUPDATE_VERBOSE="true"