From 8a47711c613f49435352a192451aad0ea2ded01c Mon Sep 17 00:00:00 2001 From: maurice Date: Tue, 28 Oct 2025 09:17:25 +0100 Subject: [PATCH] Fix --- containers/dotnet/Containerfile | 2 +- containers/php/Containerfile | 2 +- containers/rust/Containerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/containers/dotnet/Containerfile b/containers/dotnet/Containerfile index c24c304..3b8b6dd 100644 --- a/containers/dotnet/Containerfile +++ b/containers/dotnet/Containerfile @@ -1,4 +1,4 @@ -FROM git.plabble.org/maurice/devc-base:main +FROM git.plabble.org/maurice/fedora:main USER root RUN dnf -y install dotnet-sdk-9.0 diff --git a/containers/php/Containerfile b/containers/php/Containerfile index 8d2db8e..335ee53 100644 --- a/containers/php/Containerfile +++ b/containers/php/Containerfile @@ -1,3 +1,3 @@ -FROM git.plabble.org/maurice/devc-base:main +FROM git.plabble.org/maurice/fedora:main RUN /bin/bash -c "$(curl -fsSL https://php.new/install/linux/8.4)" \ No newline at end of file diff --git a/containers/rust/Containerfile b/containers/rust/Containerfile index ce3336d..8606a66 100644 --- a/containers/rust/Containerfile +++ b/containers/rust/Containerfile @@ -1,4 +1,4 @@ -FROM git.plabble.org/maurice/devc-base:main +FROM git.plabble.org/maurice/fedora:main RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y RUN . '/home/user/.cargo/env' && rustup component add rust-analyzer \ No newline at end of file