Skip to content

Commit 1dac3b8

Browse files
Copilotcommjoen
andcommitted
Upgrade to newer Alpine-based webtop for better .NET 8.0 compatibility
Co-authored-by: commjoen <1457214+commjoen@users.noreply.github.com>
1 parent 768fcfe commit 1dac3b8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile_webdesktop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lscr.io/linuxserver/webtop:4.16-r0-ls95
1+
FROM lscr.io/linuxserver/webtop:alpine-xfce-latest
22
LABEL NAME="OWASP WrongSecrets Web Desktop" MAINTAINER="Jeroen Willemsen"
33

44
RUN \
@@ -18,7 +18,7 @@ RUN \
1818
rm -rf /tmp/*
1919

2020
RUN \
21-
echo "installing dotnet 8.0 with comprehensive musl compatibility" && \
21+
echo "installing dotnet 8.0 with enhanced musl compatibility on newer Alpine" && \
2222
apk add --no-cache curl icu-libs icu-data-full krb5-libs libgcc libintl libssl3 libstdc++ zlib \
2323
musl-locales musl-locales-lang tzdata ca-certificates lttng-ust libunwind libgdiplus && \
2424
curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel 8.0 --install-dir /etc/dotnet && \

Dockerfile_webdesktopk8s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lscr.io/linuxserver/webtop:4.16-r0-ls95
1+
FROM lscr.io/linuxserver/webtop:alpine-xfce-latest
22
LABEL NAME="OWASP WrongSecrets Web Desktop" MAINTAINER="Jeroen Willemsen"
33

44
RUN \
@@ -23,7 +23,7 @@ RUN echo "**** clone wrongsecrets.git for webtop in k8s ****" && \
2323
git clone https://github.com/OWASP/wrongsecrets.git
2424

2525
RUN \
26-
echo "installing dotnet 8.0 with comprehensive musl compatibility" && \
26+
echo "installing dotnet 8.0 with enhanced musl compatibility on newer Alpine" && \
2727
apk add --no-cache curl icu-libs icu-data-full krb5-libs libgcc libintl libssl3 libstdc++ zlib \
2828
musl-locales musl-locales-lang tzdata ca-certificates lttng-ust libunwind libgdiplus && \
2929
curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel 8.0 --install-dir /etc/dotnet && \

0 commit comments

Comments
 (0)