Skip to content

Commit

Permalink
Merge pull request #66 from vmware-tanzu/dependabot/docker/ubuntu-23.04
Browse files Browse the repository at this point in the history
Bump ubuntu from 22.04 to 23.04
  • Loading branch information
waciumawanjohi authored Mar 23, 2023
2 parents 1206b2d + 1d5fa05 commit 9e212fe
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:22.04
FROM --platform=${BUILDPLATFORM} ubuntu:23.04

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 9e212fe

Please sign in to comment.