diff --git a/Dockerfile b/Dockerfile index c8dddc0bbcb..07b56eeb3eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM cgr.dev/chainguard/go@sha256:54b74a40acfc93d62bd32c72e3afe19bc55e4b2db7baa09d5950f3e5878baf28 as build_env +FROM cgr.dev/chainguard/go@sha256:da9f3e9fabb8fca3003cebbc2bff177e919b949307f5278efaaa26dd0639bcc3 as build_env # Copy the source from the current directory to the Working Directory inside the container WORKDIR /app