Skip to content

Commit 2c84432

Browse files
authored
Update test/e2e/Dockerfile
1 parent 33a54c8 commit 2c84432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN chmod +x /usr/bin/kubectl
2626
COPY --from=builder /go/bin/ginkgo /usr/local/bin/ginkgo
2727

2828
# copy CLM
29-
COPY --from=container-registry-test.zalando.net/teapot/cluster-lifecycle-manager:pr-744-3 /clm /usr/bin/clm
29+
COPY --from=container-registry-test.zalando.net/teapot/cluster-lifecycle-manager:pr-744-5 /clm /usr/bin/clm
3030
COPY --from=container-registry.zalando.net/teapot/aws-account-creator:latest /aws-account-creator /usr/bin/aws-account-creator
3131

3232
ADD . /workdir

0 commit comments

Comments
 (0)