Skip to content

Commit f1782d7

Browse files
Update ubuntu version
1 parent 27e6e12 commit f1782d7

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
@@ -42,7 +42,7 @@ COPY cmd/ ./cmd/
4242
COPY pkg/ ./pkg/
4343
RUN GOOS=linux GOARCH=amd64 go build -o /build/ github.com/vmware-tanzu/cartographer/cmd/cartographer
4444

45-
FROM gcr.io/paketo-buildpacks/run-jammy-tiny@sha256:35702d19f93e06041db1573b1140742df2182494cc93f646fd57c6d8922dc7a7
45+
FROM gcr.io/paketo-buildpacks/run-jammy-tiny@sha256:d7c916e363bc20f604c38f4b0485a12bb01b09eb90ce091d0b43b6eb9953bf88
4646
COPY --from=ytt /usr/local/bin/ytt /usr/local/bin/ytt
4747
COPY --from=cartographer /build/cartographer /usr/local/bin/cartographer
4848
ENTRYPOINT [ "cartographer" ]

0 commit comments

Comments
 (0)