Skip to content

Commit

Permalink
chore(deps): bump ubuntu from 23.04 to 23.10
Browse files Browse the repository at this point in the history
Bumps ubuntu from 23.04 to 23.10.

---
updated-dependencies:
- dependency-name: ubuntu
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 31, 2023
1 parent 9dc1f63 commit 014003b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY . ./

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

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

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

0 comments on commit 014003b

Please sign in to comment.