From 38f000eca557193084c0a27bc07c1e360fe9ed07 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 12:57:42 +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 fd41e2d0e8..f099be3a25 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:1e785bae697e6170a5809cfb6ab12df7f49e9c285a1ad47a6a379aa5473a892e credentials: username: ${{ secrets.ELASTIC_DOCKER_USERNAME }} password: ${{ secrets.ELASTIC_DOCKER_PASSWORD }} diff --git a/Dockerfile.wolfi b/Dockerfile.wolfi index 883893f994..c619b03012 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:8df3ca6e1468dfda09359c47162bff2df9f9b48986037e8324b63e9347a3ce17 ARG AGENT_DIR COPY ${AGENT_DIR} /opt/nodejs \ No newline at end of file