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 e7a6454 commit c276d9dCopy full SHA for c276d9d
1 file changed
games/valheim/Dockerfile
@@ -4,7 +4,7 @@
4
# ----------------------------------
5
6
7
-FROM debian:bullseye-slim
+FROM debian:bookworm-slim
8
9
LABEL author="DevOps Team at Sparked Host" maintainer="devops@sparkedhost.com"
10
@@ -27,4 +27,4 @@ RUN touch ${NSS_WRAPPER_PASSWD} ${NSS_WRAPPER_GROUP} \
27
ADD /valheim/passwd.template /passwd.template
28
29
COPY ./valheim/entrypoint.sh /entrypoint.sh
30
-CMD [ "/bin/bash", "/entrypoint.sh" ]
+CMD [ "/bin/bash", "/entrypoint.sh" ]
0 commit comments