diff --git a/Dockerfile b/Dockerfile index 1143c89..74c1a0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM gitea.fithwum.tech/fithwum/base-image:debian-bullseye -LABEL maintainer "fithwum" +FROM fithwum/base-image:debian-bookworm +LABEL maintainer="fithwum" RUN apt-get update \ && apt-get -y install --no-install-recommends lib32gcc-s1 lib32stdc++6 lib32z1 \