diff --git a/Dockerfile b/Dockerfile index 00aab22..fcd821c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # Supports multi-architecture builds (amd64, arm64) # Stage 1: Build roxie binary -FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.25@sha256:2830e4bd1c394ed506c00a9abbb4d00445e2e72e8ef4e3cd51e0da0db66dee12 AS builder +FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.25@sha256:90a36bc2013b3fcb28e2a4b082c9b895d7c2c679e58b95aed9721970f3339d0e AS builder # Build arguments for cross-compilation # These are automatically provided by Docker buildx