Skip to content

Commit 8f543f4

Browse files
Update dockerfile
1 parent c78e776 commit 8f543f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ FROM ${BASE_IMAGE} AS ytt
2323

2424
RUN 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

3131
RUN 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/
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:2fd4e2921484d53376551f1d41de7bc850ed460ca0596020469d4da86138455f
45+
FROM gcr.io/paketo-buildpacks/run-jammy-tiny@sha256:ab8cdab34ea0c71f408ab354b0234ab4fd6d6a7d0660ca66993784fc4daa3fb2
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)