We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a9310e commit 086475dCopy full SHA for 086475d
.devcontainer/Dockerfile
@@ -102,7 +102,7 @@ RUN curl --fail -L -o /tmp/crane.tar.gz https://github.com/google/go-containerre
102
rm -rf /tmp/crane.tar.gz
103
104
# Install Skopeo from sources
105
-ARG SKOPEO_VERSION=1.15.1
+ARG SKOPEO_VERSION=1.18.0
106
107
RUN curl --fail -L -o /tmp/skopeo.tar.gz https://github.com/containers/skopeo/archive/refs/tags/v${SKOPEO_VERSION}.tar.gz && \
108
tar -zxvf /tmp/skopeo.tar.gz -C /tmp && \
0 commit comments