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 9dc1f63 commit 014003bCopy full SHA for 014003b
Dockerfile
@@ -11,7 +11,7 @@ COPY . ./
11
12
RUN go build -trimpath -ldflags "-X github.com/vmware-tanzu/build-image-action/pkg/version.Version=$VERSION" -o builder main.go
13
14
-FROM --platform=${BUILDPLATFORM} ubuntu:23.04
+FROM --platform=${BUILDPLATFORM} ubuntu:23.10
15
16
COPY --from=build-stage0 /root/builder /usr/bin/builder
17
COPY github-actions-entrypoint.sh /usr/bin/github-actions-entrypoint.sh
0 commit comments