Skip to content

Commit a088526

Browse files
committed
dockerfile image version
1 parent c312c0e commit a088526

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ COPY --from=builder_go /app/shadmin-runner .
2929
RUN upx --best --lzma shadmin-runner
3030

3131
#-------------------runner on debian (sqlite)--------------------------
32-
FROM debian:bookworm-slim AS runner
32+
FROM debian:trixie-slim AS runner
3333
WORKDIR /app
3434
COPY --from=compressor /app/shadmin-runner .
3535
COPY --from=builder_go /app/.env.example .

0 commit comments

Comments
 (0)