From 9902fae4904b463f172ab24a80adc68e6075262c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:06:33 +0000 Subject: [PATCH] build(deps): bump the docker group with 2 updates Bumps the docker group with 2 updates: ubuntu and golang. Updates `ubuntu` from `278628f` to `80dd3c3` Updates `golang` from 1.23.3-bookworm to 1.23.4-bookworm --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production dependency-group: docker - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker ... Signed-off-by: dependabot[bot] --- pomerium-datasource-ip2location.dockerfile | 4 ++-- pomerium-datasource.dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pomerium-datasource-ip2location.dockerfile b/pomerium-datasource-ip2location.dockerfile index 784c437..ca7a8d7 100644 --- a/pomerium-datasource-ip2location.dockerfile +++ b/pomerium-datasource-ip2location.dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:latest@sha256:278628f08d4979fb9af9ead44277dbc9c92c2465922310916ad0c46ec9999295 AS curl +FROM ubuntu:latest@sha256:80dd3c3b9c6cecb9f1667e9290b3bc61b78c2678c02cbdae5f0fea92cc6734ab AS curl RUN apt-get update && apt-get install -y curl @@ -9,7 +9,7 @@ RUN --mount=type=secret,id=download_token \ -o /download/IP2LOCATION-LITE-DB1.CSV.ZIP \ "https://www.ip2location.com/download/?token=${DOWNLOAD_TOKEN}&file=DB1LITECSV" -FROM golang:1.23.3-bookworm@sha256:3f3b9daa3de608f3e869cd2ff8baf21555cf0fca9fd34251b8f340f9b7c30ec5 AS build +FROM golang:1.23.4-bookworm@sha256:2e838582004fab0931693a3a84743ceccfbfeeafa8187e87291a1afea457ff7a AS build WORKDIR /build diff --git a/pomerium-datasource.dockerfile b/pomerium-datasource.dockerfile index 7e79117..1c9451c 100644 --- a/pomerium-datasource.dockerfile +++ b/pomerium-datasource.dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.3-bookworm@sha256:3f3b9daa3de608f3e869cd2ff8baf21555cf0fca9fd34251b8f340f9b7c30ec5 AS build +FROM golang:1.23.4-bookworm@sha256:2e838582004fab0931693a3a84743ceccfbfeeafa8187e87291a1afea457ff7a AS build WORKDIR /build