File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
# https://docs.github.com/en/actions/writing-workflows/choosing-where-your-workflow-runs/running-jobs-in-a-container
22
22
# docker run -it --rm --name fipsy docker.elastic.co/wolfi/chainguard-base-fips:latest
23
23
container :
24
- image : docker.elastic.co/wolfi/chainguard-base-fips:latest@sha256:3430300927bf52ea22f3180bd857ec6684212fc46d23df3bc795309761242875
24
+ image : docker.elastic.co/wolfi/chainguard-base-fips:latest@sha256:9abd401cafc9fd0b313ee1f44444ee50f167025b87dbd59d0e15fd3fb4aa1397
25
25
credentials :
26
26
username : ${{ secrets.ELASTIC_DOCKER_USERNAME }}
27
27
password : ${{ secrets.ELASTIC_DOCKER_PASSWORD }}
Original file line number Diff line number Diff line change 1
- FROM docker.elastic.co/wolfi/chainguard-base:latest@sha256:69a0542e9182917b4d749b735790575940a282d12b90c1325e7ca5a052ece33a
1
+ FROM docker.elastic.co/wolfi/chainguard-base:latest@sha256:66d427a0e8c76a611ba4c5cd91301c73250f265a78be258f1d57d4457332a6fc
2
2
ARG AGENT_DIR
3
3
COPY ${AGENT_DIR} /opt/nodejs
You can’t perform that action at this time.
0 commit comments