1
0
Fork 0
mirror of https://github.com/aevea/action-kaniko.git synced 2025-01-30 22:09:37 +01:00

chore(deps): update crane to 0.8.0

This commit is contained in:
Doron Somech 2022-04-30 18:26:59 +03:00 committed by Alex Viscreanu
parent 1200c08dba
commit c97b90ade3

View file

@ -13,7 +13,7 @@ RUN wget -O /kaniko/jq \
https://github.com/genuinetools/reg/releases/download/v0.16.1/reg-linux-386 && \
chmod +x /kaniko/reg && \
wget -O /crane.tar.gz \
https://github.com/google/go-containerregistry/releases/download/v0.1.1/go-containerregistry_Linux_x86_64.tar.gz && \
https://github.com/google/go-containerregistry/releases/download/v0.8.0/go-containerregistry_Linux_x86_64.tar.gz && \
tar -xvzf /crane.tar.gz crane -C /kaniko && \
rm /crane.tar.gz