From 259b63106cd7333332a2864dc4fcc83d6bcd9ccb Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 15:26:11 +0000 Subject: [PATCH] chore(deps): update wolfi (versioned) --- .github/workflows/test-fips.yml | 2 +- Dockerfile.wolfi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-fips.yml b/.github/workflows/test-fips.yml index fd41e2d0e81..81cc846f739 100644 --- a/.github/workflows/test-fips.yml +++ b/.github/workflows/test-fips.yml @@ -21,7 +21,7 @@ jobs: # https://docs.github.com/en/actions/writing-workflows/choosing-where-your-workflow-runs/running-jobs-in-a-container # docker run -it --rm --name fipsy docker.elastic.co/wolfi/chainguard-base-fips:latest container: - image: docker.elastic.co/wolfi/chainguard-base-fips:latest + image: docker.elastic.co/wolfi/chainguard-base-fips:latest@sha256:0570bec1936a461ab26c2e5b917e2485965d75e4b46bf550b3e34f69fe1f626e credentials: username: ${{ secrets.ELASTIC_DOCKER_USERNAME }} password: ${{ secrets.ELASTIC_DOCKER_PASSWORD }} diff --git a/Dockerfile.wolfi b/Dockerfile.wolfi index 883893f9940..1dfeea01f5c 100644 --- a/Dockerfile.wolfi +++ b/Dockerfile.wolfi @@ -1,3 +1,3 @@ -FROM docker.elastic.co/wolfi/chainguard-base:latest@sha256:bd401704a162a7937cd1015f755ca9da9aba0fdf967fc6bf90bf8d3f6b2eb557 +FROM docker.elastic.co/wolfi/chainguard-base:latest@sha256:d74b1fda6b7fee2c90b410df258e005c049e0672fe16d79d00e58f14fb69f90b ARG AGENT_DIR COPY ${AGENT_DIR} /opt/nodejs \ No newline at end of file