We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c312c0e commit a088526Copy full SHA for a088526
1 file changed
server/Dockerfile
@@ -29,7 +29,7 @@ COPY --from=builder_go /app/shadmin-runner .
29
RUN upx --best --lzma shadmin-runner
30
31
#-------------------runner on debian (sqlite)--------------------------
32
-FROM debian:bookworm-slim AS runner
+FROM debian:trixie-slim AS runner
33
WORKDIR /app
34
COPY --from=compressor /app/shadmin-runner .
35
COPY --from=builder_go /app/.env.example .
0 commit comments