Skip to content

Commit 086475d

Browse files
author
Yoan Moscatelli
committed
⬆️ bump skopeo
1 parent 7a9310e commit 086475d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ RUN curl --fail -L -o /tmp/crane.tar.gz https://github.com/google/go-containerre
102102
rm -rf /tmp/crane.tar.gz
103103

104104
# Install Skopeo from sources
105-
ARG SKOPEO_VERSION=1.15.1
105+
ARG SKOPEO_VERSION=1.18.0
106106

107107
RUN curl --fail -L -o /tmp/skopeo.tar.gz https://github.com/containers/skopeo/archive/refs/tags/v${SKOPEO_VERSION}.tar.gz && \
108108
tar -zxvf /tmp/skopeo.tar.gz -C /tmp && \

0 commit comments

Comments
 (0)