diff --git a/pomerium-datasource-ip2location.dockerfile b/pomerium-datasource-ip2location.dockerfile index 0e3a007..e76708d 100644 --- a/pomerium-datasource-ip2location.dockerfile +++ b/pomerium-datasource-ip2location.dockerfile @@ -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.20.4-buster@sha256:4cf6dc46fc03a7aecde79ccc135d875129145b065cb1d29747ac7c8d86979266 as build +FROM golang:1.20.4-buster@sha256:6be60119fd752c3ee530cb13f778801af1519a6b40e58539545c546d6e04b610 as build WORKDIR /build diff --git a/pomerium-datasource.dockerfile b/pomerium-datasource.dockerfile index 9afe222..58e5a92 100644 --- a/pomerium-datasource.dockerfile +++ b/pomerium-datasource.dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.4-buster@sha256:4cf6dc46fc03a7aecde79ccc135d875129145b065cb1d29747ac7c8d86979266 as build +FROM golang:1.20.4-buster@sha256:6be60119fd752c3ee530cb13f778801af1519a6b40e58539545c546d6e04b610 as build WORKDIR /build