diff --git a/Dockerfile.asserts b/Dockerfile.asserts index 53c906071..fdb3b8085 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:25d29daeb9b14b89e2fa8cc17c70e4b188bca1466086907c2d9a4b56b59d8e21 +FROM curlimages/curl@sha256:73e4d532ea62d7505c5865b517d3704966ffe916609bedc22af6833dc9969bcd WORKDIR / COPY --from=builder /workspace/reporter . COPY --from=builder /workspace/reporter-otlp .