diff --git a/Dockerfile.asserts b/Dockerfile.asserts index e88ccc580..0da4d63fa 100644 --- a/Dockerfile.asserts +++ b/Dockerfile.asserts @@ -27,7 +27,7 @@ RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -o ./index -a ./tests/assert- # Use the curl container image to ensure we have curl installed. Also, it is a # minimal container image -FROM curlimages/curl@sha256:83a505ba2ba62f208ed6e410c268b7b9aa48f0f7b403c8108b9773b44199dbba +FROM curlimages/curl@sha256:c1fe1679c34d9784c1b0d1e5f62ac0a79fca01fb6377cdd33e90473c6f9f9a69 WORKDIR / COPY --from=builder /workspace/reporter . COPY --from=builder /workspace/reporter-otlp .