We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b68799 commit f723a68Copy full SHA for f723a68
dev/Containerfile
@@ -2,7 +2,7 @@
2
# SPDX-License-Identifier: 0BSD
3
4
FROM docker.io/mikefarah/yq:latest AS yq
5
-FROM docker.io/metio/devcontainers-rust:latest
+FROM docker.io/library/rust:latest
6
7
COPY --from=yq /usr/bin/yq /usr/bin/yq
8
RUN cargo install kopium
0 commit comments