Skip to content

Commit

Permalink
Update ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
waciumawanjohi committed Jan 18, 2024
1 parent 27e6e12 commit f1782d7
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 @@ -42,7 +42,7 @@ COPY cmd/ ./cmd/
COPY pkg/ ./pkg/
RUN GOOS=linux GOARCH=amd64 go build -o /build/ github.com/vmware-tanzu/cartographer/cmd/cartographer

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

0 comments on commit f1782d7

Please sign in to comment.