File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ FROM ${BASE_IMAGE} AS ytt
2323
2424RUN set -x && \
2525 apt-get update && \
26- apt-get install -y curl=7.81.0-1ubuntu1.15
26+ apt-get install -y curl=7.81.0-1ubuntu1.16
2727
28- ARG ytt_CHECKSUM=ae9bc66a55756eed60db86f8c0f8c55704b3ab846513ad4502111c2a8673ecac
29- ARG ytt_VERSION=0.46.2
28+ ARG ytt_CHECKSUM=357ec754446b1eda29dd529e088f617e85809726c686598ab03cfc1c79f43b56
29+ ARG ytt_VERSION=0.49.0
3030
3131RUN set -eux && \
3232 url=https://github.com/vmware-tanzu/carvel-ytt/releases/download/v${ytt_VERSION}/ytt-linux-amd64 ; \
@@ -42,7 +42,7 @@ COPY cmd/ ./cmd/
4242COPY pkg/ ./pkg/
4343RUN 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:2fd4e2921484d53376551f1d41de7bc850ed460ca0596020469d4da86138455f
45+ FROM gcr.io/paketo-buildpacks/run-jammy-tiny@sha256:ab8cdab34ea0c71f408ab354b0234ab4fd6d6a7d0660ca66993784fc4daa3fb2
4646COPY --from=ytt /usr/local/bin/ytt /usr/local/bin/ytt
4747COPY --from=cartographer /build/cartographer /usr/local/bin/cartographer
4848ENTRYPOINT [ "cartographer" ]
You can’t perform that action at this time.
0 commit comments