Skip to content

Commit 014003b

Browse files
chore(deps): bump ubuntu from 23.04 to 23.10
Bumps ubuntu from 23.04 to 23.10. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9dc1f63 commit 014003b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY . ./
1111

1212
RUN go build -trimpath -ldflags "-X github.com/vmware-tanzu/build-image-action/pkg/version.Version=$VERSION" -o builder main.go
1313

14-
FROM --platform=${BUILDPLATFORM} ubuntu:23.04
14+
FROM --platform=${BUILDPLATFORM} ubuntu:23.10
1515

1616
COPY --from=build-stage0 /root/builder /usr/bin/builder
1717
COPY github-actions-entrypoint.sh /usr/bin/github-actions-entrypoint.sh

0 commit comments

Comments
 (0)