Compare commits
2 Commits
v1.1.9
...
fix/docker
| Author | SHA1 | Date | |
|---|---|---|---|
| b4921d51a0 | |||
| 455013db8e |
@ -58,11 +58,11 @@ RUN npm run build
|
||||
# ---------------------------------------------------------------------------
|
||||
# Stage 3: Runtime
|
||||
# ---------------------------------------------------------------------------
|
||||
FROM debian:bookworm-slim AS runtime
|
||||
FROM ubuntu:24.04 AS runtime
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
ca-certificates \
|
||||
libssl3 \
|
||||
libssl3t64 \
|
||||
libfontconfig1 \
|
||||
postgresql-client-16 \
|
||||
argon2 \
|
||||
|
||||
Reference in New Issue
Block a user