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.
1 parent 42ea912 commit f2b56a5Copy full SHA for f2b56a5
Dockerfile
@@ -1,5 +1,5 @@
1
# Build the manager binary
2
-FROM golang:1.24.10-bullseye as builder
+FROM golang:1.24.10-trixie as builder
3
4
WORKDIR /workspace/api
5
COPY api/ .
images/samples/go-function-samples/Dockerfile
ARG PULSAR_IMAGE_TAG
WORKDIR /workspace
# Copy the Go Modules manifests
redhat.Dockerfile
0 commit comments