Skip to content

Commit f2b56a5

Browse files
committed
fix image
1 parent 42ea912 commit f2b56a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.24.10-bullseye as builder
2+
FROM golang:1.24.10-trixie as builder
33

44
WORKDIR /workspace/api
55
COPY api/ .

images/samples/go-function-samples/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG PULSAR_IMAGE_TAG
2-
FROM golang:1.24.10-bullseye as builder
2+
FROM golang:1.24.10-trixie as builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

redhat.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.24.10-bullseye as builder
2+
FROM golang:1.24.10-trixie as builder
33

44
WORKDIR /workspace/api
55
COPY api/ .

0 commit comments

Comments
 (0)