Skip to content

Commit c276d9d

Browse files
Update base image from bullseye-slim to bookworm-slim
1 parent e7a6454 commit c276d9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

games/valheim/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# ----------------------------------
55

66

7-
FROM debian:bullseye-slim
7+
FROM debian:bookworm-slim
88

99
LABEL author="DevOps Team at Sparked Host" maintainer="devops@sparkedhost.com"
1010

@@ -27,4 +27,4 @@ RUN touch ${NSS_WRAPPER_PASSWD} ${NSS_WRAPPER_GROUP} \
2727
ADD /valheim/passwd.template /passwd.template
2828

2929
COPY ./valheim/entrypoint.sh /entrypoint.sh
30-
CMD [ "/bin/bash", "/entrypoint.sh" ]
30+
CMD [ "/bin/bash", "/entrypoint.sh" ]

0 commit comments

Comments
 (0)