diff --git a/components/blobserve/leeway.Dockerfile b/components/blobserve/leeway.Dockerfile index 8bbc8391c39556..4d3ea5b27981c5 100644 --- a/components/blobserve/leeway.Dockerfile +++ b/components/blobserve/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:b72df108f3388c82b0638bcfbad1511d85c60593e67fb8f8a968255f7e0588df +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:1c6a85817d3a8787e094aae474e978d4ecdf634fd65e77ab28ffae513e35cca1 # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache \ diff --git a/components/content-service/leeway.Dockerfile b/components/content-service/leeway.Dockerfile index 6af61f636c2da6..19b061d3d2811f 100644 --- a/components/content-service/leeway.Dockerfile +++ b/components/content-service/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:b72df108f3388c82b0638bcfbad1511d85c60593e67fb8f8a968255f7e0588df +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:1c6a85817d3a8787e094aae474e978d4ecdf634fd65e77ab28ffae513e35cca1 # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache \ diff --git a/components/dashboard/leeway.Dockerfile b/components/dashboard/leeway.Dockerfile index 95378001e44871..e581672f04c3ad 100644 --- a/components/dashboard/leeway.Dockerfile +++ b/components/dashboard/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:b72df108f3388c82b0638bcfbad1511d85c60593e67fb8f8a968255f7e0588df as compress +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:1c6a85817d3a8787e094aae474e978d4ecdf634fd65e77ab28ffae513e35cca1 as compress RUN apk add brotli gzip diff --git a/components/ee/agent-smith/leeway.Dockerfile b/components/ee/agent-smith/leeway.Dockerfile index 74086012af0087..6147cf2ece21d5 100644 --- a/components/ee/agent-smith/leeway.Dockerfile +++ b/components/ee/agent-smith/leeway.Dockerfile @@ -4,7 +4,7 @@ -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:b72df108f3388c82b0638bcfbad1511d85c60593e67fb8f8a968255f7e0588df +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:1c6a85817d3a8787e094aae474e978d4ecdf634fd65e77ab28ffae513e35cca1 RUN apk add --no-cache git bash ca-certificates COPY components-ee-agent-smith--app/agent-smith /app/ diff --git a/components/ide-metrics/leeway.Dockerfile b/components/ide-metrics/leeway.Dockerfile index 91a69433e0bc1c..1e529b735a605a 100644 --- a/components/ide-metrics/leeway.Dockerfile +++ b/components/ide-metrics/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:b72df108f3388c82b0638bcfbad1511d85c60593e67fb8f8a968255f7e0588df +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:1c6a85817d3a8787e094aae474e978d4ecdf634fd65e77ab28ffae513e35cca1 # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache \ diff --git a/components/ide-proxy/Dockerfile b/components/ide-proxy/Dockerfile index d60cadbd9c42a1..b24f1f8ad47f83 100644 --- a/components/ide-proxy/Dockerfile +++ b/components/ide-proxy/Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:b72df108f3388c82b0638bcfbad1511d85c60593e67fb8f8a968255f7e0588df as compress +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:1c6a85817d3a8787e094aae474e978d4ecdf634fd65e77ab28ffae513e35cca1 as compress RUN apk add brotli gzip curl diff --git a/components/ide-service/leeway.Dockerfile b/components/ide-service/leeway.Dockerfile index 53a588db0d54cf..f61fd1feec3b56 100644 --- a/components/ide-service/leeway.Dockerfile +++ b/components/ide-service/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:b72df108f3388c82b0638bcfbad1511d85c60593e67fb8f8a968255f7e0588df +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:1c6a85817d3a8787e094aae474e978d4ecdf634fd65e77ab28ffae513e35cca1 # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache \ diff --git a/components/ide/jetbrains/backend-plugin/leeway.Dockerfile b/components/ide/jetbrains/backend-plugin/leeway.Dockerfile index f843f89ddf8ca5..a4a520e946f2b8 100644 --- a/components/ide/jetbrains/backend-plugin/leeway.Dockerfile +++ b/components/ide/jetbrains/backend-plugin/leeway.Dockerfile @@ -2,11 +2,11 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:b72df108f3388c82b0638bcfbad1511d85c60593e67fb8f8a968255f7e0588df as base_builder +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:1c6a85817d3a8787e094aae474e978d4ecdf634fd65e77ab28ffae513e35cca1 as base_builder RUN mkdir /ide-desktop-plugins # for debugging -# FROM cgr.dev/chainguard/wolfi-base:latest@sha256:b72df108f3388c82b0638bcfbad1511d85c60593e67fb8f8a968255f7e0588df +# FROM cgr.dev/chainguard/wolfi-base:latest@sha256:1c6a85817d3a8787e094aae474e978d4ecdf634fd65e77ab28ffae513e35cca1 FROM scratch ARG JETBRAINS_BACKEND_QUALIFIER # ensures right permissions for /ide-desktop-plugins diff --git a/components/ide/jetbrains/image/leeway.Dockerfile b/components/ide/jetbrains/image/leeway.Dockerfile index 513ba0e97665fd..f0a4a027f0a065 100644 --- a/components/ide/jetbrains/image/leeway.Dockerfile +++ b/components/ide/jetbrains/image/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:b72df108f3388c82b0638bcfbad1511d85c60593e67fb8f8a968255f7e0588df as base_builder +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:1c6a85817d3a8787e094aae474e978d4ecdf634fd65e77ab28ffae513e35cca1 as base_builder ARG JETBRAINS_DOWNLOAD_QUALIFIER ARG SUPERVISOR_IDE_CONFIG ARG JETBRAINS_BACKEND_VERSION @@ -19,7 +19,7 @@ RUN mkdir /ide-desktop \ && cp /tmp/supervisor-ide-config.json /ide-desktop/${JETBRAINS_DOWNLOAD_QUALIFIER}/supervisor-ide-config.json # for debugging -# FROM cgr.dev/chainguard/wolfi-base:latest@sha256:b72df108f3388c82b0638bcfbad1511d85c60593e67fb8f8a968255f7e0588df +# FROM cgr.dev/chainguard/wolfi-base:latest@sha256:1c6a85817d3a8787e094aae474e978d4ecdf634fd65e77ab28ffae513e35cca1 FROM scratch ARG JETBRAINS_BACKEND_VERSION ARG JETBRAINS_DOWNLOAD_QUALIFIER diff --git a/components/ide/jetbrains/launcher/leeway.Dockerfile b/components/ide/jetbrains/launcher/leeway.Dockerfile index 717504c8a4d2ae..2f85b2b3df4d4c 100644 --- a/components/ide/jetbrains/launcher/leeway.Dockerfile +++ b/components/ide/jetbrains/launcher/leeway.Dockerfile @@ -2,11 +2,11 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:b72df108f3388c82b0638bcfbad1511d85c60593e67fb8f8a968255f7e0588df as base_builder +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:1c6a85817d3a8787e094aae474e978d4ecdf634fd65e77ab28ffae513e35cca1 as base_builder RUN mkdir /ide-desktop # for debugging -# FROM cgr.dev/chainguard/wolfi-base:latest@sha256:b72df108f3388c82b0638bcfbad1511d85c60593e67fb8f8a968255f7e0588df +# FROM cgr.dev/chainguard/wolfi-base:latest@sha256:1c6a85817d3a8787e094aae474e978d4ecdf634fd65e77ab28ffae513e35cca1 FROM scratch ARG JETBRAINS_BACKEND_VERSION # ensures right permissions for /ide-desktop diff --git a/components/image-builder-mk3/leeway.Dockerfile b/components/image-builder-mk3/leeway.Dockerfile index 3693138f4cceae..8de16bec342452 100644 --- a/components/image-builder-mk3/leeway.Dockerfile +++ b/components/image-builder-mk3/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:b72df108f3388c82b0638bcfbad1511d85c60593e67fb8f8a968255f7e0588df +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:1c6a85817d3a8787e094aae474e978d4ecdf634fd65e77ab28ffae513e35cca1 # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache \ diff --git a/components/leeway.Dockerfile b/components/leeway.Dockerfile index a1b76d5ade6ca9..b3f1735d06c50c 100644 --- a/components/leeway.Dockerfile +++ b/components/leeway.Dockerfile @@ -2,5 +2,5 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:b72df108f3388c82b0638bcfbad1511d85c60593e67fb8f8a968255f7e0588df +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:1c6a85817d3a8787e094aae474e978d4ecdf634fd65e77ab28ffae513e35cca1 COPY components--all-docker/versions.yaml components--all-docker/provenance-bundle.jsonl / diff --git a/components/local-app/leeway.Dockerfile b/components/local-app/leeway.Dockerfile index 8923cffdc56118..c1ec0654b2c012 100644 --- a/components/local-app/leeway.Dockerfile +++ b/components/local-app/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:b72df108f3388c82b0638bcfbad1511d85c60593e67fb8f8a968255f7e0588df +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:1c6a85817d3a8787e094aae474e978d4ecdf634fd65e77ab28ffae513e35cca1 WORKDIR /app COPY components-local-app--app-with-manifest/bin/* ./ diff --git a/components/node-labeler/leeway.Dockerfile b/components/node-labeler/leeway.Dockerfile index ad8b6d87c8a4e8..3384a6e0d884e9 100644 --- a/components/node-labeler/leeway.Dockerfile +++ b/components/node-labeler/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:b72df108f3388c82b0638bcfbad1511d85c60593e67fb8f8a968255f7e0588df +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:1c6a85817d3a8787e094aae474e978d4ecdf634fd65e77ab28ffae513e35cca1 COPY components-node-labeler--app/node-labeler /app/node-labeler diff --git a/components/openvsx-proxy/leeway.Dockerfile b/components/openvsx-proxy/leeway.Dockerfile index 19ef4cd3a7ca77..ba7be7002c7a5a 100644 --- a/components/openvsx-proxy/leeway.Dockerfile +++ b/components/openvsx-proxy/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:b72df108f3388c82b0638bcfbad1511d85c60593e67fb8f8a968255f7e0588df +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:1c6a85817d3a8787e094aae474e978d4ecdf634fd65e77ab28ffae513e35cca1 # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache \ diff --git a/components/proxy/Dockerfile b/components/proxy/Dockerfile index 1c309502ec3b67..4a44d00fdba7c1 100644 --- a/components/proxy/Dockerfile +++ b/components/proxy/Dockerfile @@ -30,7 +30,7 @@ RUN xcaddy build v2.7.6 \ --with github.com/gitpod-io/gitpod/proxy/plugins/sshtunnel=/plugins/sshtunnel \ --with github.com/gitpod-io/gitpod/proxy/plugins/frontend_dev=/plugins/frontend_dev -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:b72df108f3388c82b0638bcfbad1511d85c60593e67fb8f8a968255f7e0588df +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:1c6a85817d3a8787e094aae474e978d4ecdf634fd65e77ab28ffae513e35cca1 # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache \ diff --git a/components/public-api-server/leeway.Dockerfile b/components/public-api-server/leeway.Dockerfile index bdb3669f123a9b..954cadb9cc0440 100644 --- a/components/public-api-server/leeway.Dockerfile +++ b/components/public-api-server/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:b72df108f3388c82b0638bcfbad1511d85c60593e67fb8f8a968255f7e0588df +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:1c6a85817d3a8787e094aae474e978d4ecdf634fd65e77ab28ffae513e35cca1 # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache \ diff --git a/components/registry-facade/leeway.Dockerfile b/components/registry-facade/leeway.Dockerfile index 741c40d32dd52c..26fd8134e5b8c3 100644 --- a/components/registry-facade/leeway.Dockerfile +++ b/components/registry-facade/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:b72df108f3388c82b0638bcfbad1511d85c60593e67fb8f8a968255f7e0588df +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:1c6a85817d3a8787e094aae474e978d4ecdf634fd65e77ab28ffae513e35cca1 # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache \ diff --git a/components/service-waiter/leeway.Dockerfile b/components/service-waiter/leeway.Dockerfile index 4d3c7fc2a4a427..b25452eff7ecdb 100644 --- a/components/service-waiter/leeway.Dockerfile +++ b/components/service-waiter/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:b72df108f3388c82b0638bcfbad1511d85c60593e67fb8f8a968255f7e0588df +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:1c6a85817d3a8787e094aae474e978d4ecdf634fd65e77ab28ffae513e35cca1 # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache \ diff --git a/components/usage/leeway.Dockerfile b/components/usage/leeway.Dockerfile index 61f7c1b64725a6..7f8de44a6ca377 100644 --- a/components/usage/leeway.Dockerfile +++ b/components/usage/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:b72df108f3388c82b0638bcfbad1511d85c60593e67fb8f8a968255f7e0588df +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:1c6a85817d3a8787e094aae474e978d4ecdf634fd65e77ab28ffae513e35cca1 # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache \ diff --git a/components/ws-daemon/leeway.Dockerfile b/components/ws-daemon/leeway.Dockerfile index 68d7c91d3676a6..d549aa01510e5f 100644 --- a/components/ws-daemon/leeway.Dockerfile +++ b/components/ws-daemon/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:b72df108f3388c82b0638bcfbad1511d85c60593e67fb8f8a968255f7e0588df as dl +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:1c6a85817d3a8787e094aae474e978d4ecdf634fd65e77ab28ffae513e35cca1 as dl WORKDIR /dl RUN apk add --no-cache curl file \ && curl -OsSL https://github.com/opencontainers/runc/releases/download/v1.2.6/runc.amd64 \ diff --git a/components/ws-daemon/seccomp-profile-installer/leeway.Dockerfile b/components/ws-daemon/seccomp-profile-installer/leeway.Dockerfile index 6dfb57aba252c8..885e7f39377048 100644 --- a/components/ws-daemon/seccomp-profile-installer/leeway.Dockerfile +++ b/components/ws-daemon/seccomp-profile-installer/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:b72df108f3388c82b0638bcfbad1511d85c60593e67fb8f8a968255f7e0588df +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:1c6a85817d3a8787e094aae474e978d4ecdf634fd65e77ab28ffae513e35cca1 # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache diff --git a/components/ws-manager-mk2/leeway.Dockerfile b/components/ws-manager-mk2/leeway.Dockerfile index c71b617e8575dc..80caa33ab789db 100644 --- a/components/ws-manager-mk2/leeway.Dockerfile +++ b/components/ws-manager-mk2/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License-AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:b72df108f3388c82b0638bcfbad1511d85c60593e67fb8f8a968255f7e0588df +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:1c6a85817d3a8787e094aae474e978d4ecdf634fd65e77ab28ffae513e35cca1 # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache \ diff --git a/components/ws-proxy/leeway.Dockerfile b/components/ws-proxy/leeway.Dockerfile index a26a0122362400..e445f376733771 100644 --- a/components/ws-proxy/leeway.Dockerfile +++ b/components/ws-proxy/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:b72df108f3388c82b0638bcfbad1511d85c60593e67fb8f8a968255f7e0588df +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:1c6a85817d3a8787e094aae474e978d4ecdf634fd65e77ab28ffae513e35cca1 # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache \ diff --git a/dev/changelog/leeway.Dockerfile b/dev/changelog/leeway.Dockerfile index 4db6bbfa1e0444..e868670d5e81cc 100644 --- a/dev/changelog/leeway.Dockerfile +++ b/dev/changelog/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:b72df108f3388c82b0638bcfbad1511d85c60593e67fb8f8a968255f7e0588df +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:1c6a85817d3a8787e094aae474e978d4ecdf634fd65e77ab28ffae513e35cca1 # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache \ diff --git a/install/installer/leeway.Dockerfile b/install/installer/leeway.Dockerfile index e5b7d18bb722b3..f998929ef982d3 100644 --- a/install/installer/leeway.Dockerfile +++ b/install/installer/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/helm:latest@sha256:b18b893807f7b3ecf57bc9f29a7c60260957b8436dc1cae9f5b30ecde778699b +FROM cgr.dev/chainguard/helm:latest@sha256:0b5693be6fdf352129fe67ecde1f70994f59363fda42008bbd9a9df8733c7209 COPY install-installer--app/installer install-installer--app/provenance-bundle.jsonl /app/ diff --git a/install/installer/pkg/components/redis/constants.go b/install/installer/pkg/components/redis/constants.go index aa0d845c6194c7..7ed6ea8884f7d3 100644 --- a/install/installer/pkg/components/redis/constants.go +++ b/install/installer/pkg/components/redis/constants.go @@ -14,7 +14,7 @@ const ( RegistryImage = "chainguard/redis" ContainerName = "redis" - ImageDigest = "sha256:8be3d868cb594481d807203c776f876bc33861a298f7f82853884cd86b07c093" + ImageDigest = "sha256:544b162ed6c35a99a9cd8726fca1988907424e7451d8dd02c5677293a7d5a2f5" ExporterRegistryRepo = "quay.io" ExporterRegistryImage = "oliver006/redis_exporter" diff --git a/test/leeway.Dockerfile b/test/leeway.Dockerfile index 2d16555dc1805f..00a692de573aff 100644 --- a/test/leeway.Dockerfile +++ b/test/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:b72df108f3388c82b0638bcfbad1511d85c60593e67fb8f8a968255f7e0588df +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:1c6a85817d3a8787e094aae474e978d4ecdf634fd65e77ab28ffae513e35cca1 # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache \