We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 277331b + 28b2a6e commit c27b56aCopy full SHA for c27b56a
.github/workflows/release.yml
@@ -146,7 +146,7 @@ jobs:
146
147
- name: Build and push image
148
id: docker-push
149
- uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
+ uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
150
with:
151
context: .
152
platforms: linux/amd64,linux/arm64
Dockerfile.wolfi
@@ -1,3 +1,3 @@
1
-FROM docker.elastic.co/wolfi/chainguard-base:latest@sha256:3a6e9134cf3142da74153a522822c8fa56d09376e294627e51db8aa28f5d20d3
+FROM docker.elastic.co/wolfi/chainguard-base:latest@sha256:dd66beec64a7f9b19c6c35a1195153b2b630a55e16ec71949ed5187c5947eea1
2
ARG AGENT_DIR
3
COPY ${AGENT_DIR} /opt/python
0 commit comments