Skip to content

Commit f723a68

Browse files
committed
use upstream rust image
Signed-off-by: Sebastian Hoß <[email protected]>
1 parent 9b68799 commit f723a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: 0BSD
33

44
FROM docker.io/mikefarah/yq:latest AS yq
5-
FROM docker.io/metio/devcontainers-rust:latest
5+
FROM docker.io/library/rust:latest
66

77
COPY --from=yq /usr/bin/yq /usr/bin/yq
88
RUN cargo install kopium

0 commit comments

Comments
 (0)