Skip to content

Commit 1bbeb8a

Browse files
committed
Change base image to debian:trixie-slim.
1 parent 64942d9 commit 1bbeb8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN rm -rf /nwn/nwnx/NWNX_Ruby.so \
66
/nwn/nwnx/NWNX_SpellChecker.so \
77
/nwn/nwnx/NWNX_Redis.so
88

9-
FROM ubuntu:22.04
9+
FROM debian:trixie-slim
1010

1111
COPY --from=nwnx /nwn /nwn
1212

0 commit comments

Comments
 (0)