1 Commits

Author SHA1 Message Date
5daafc3f7a Update Node.js to v24
Some checks failed
Lint / lint (push) Failing after 6s
Build / build (pull_request) Failing after 18s
2025-12-31 12:07:15 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
FROM oven/bun:1.3.4@sha256:7608db4aeb44f1fe8169cc8ec7055376b3013557b106407ccf092b00e426407d AS bun
FROM node:24.12.0-trixie-slim@sha256:aedca6e0c51cce528fa7914958a19a66fc2f75a3dde295d637202eb6908d3f70
FROM node:24.12.0-trixie-slim@sha256:b05474903f463ce4064c09986525e6588c3e66c51b69be9c93a39fb359f883ce
COPY --from=bun /usr/local/bin/bun \
/usr/local/bin/bunx \
/usr/local/bin/

View File

@@ -35,7 +35,7 @@ services:
webapp:
<<: *service-base
image: node:24.12.0@sha256:50113f9d3a239ce9e523550e46363d3a8ca7b58f6af70fd9ecb4698b2ad89ccb
image: node:24.12.0@sha256:b52a8d1206132b36d60e51e413d9a81336e8a0206d3b648cabd6d5a49c4c0f54
ports:
- ${PORT:?PORT missing}:80
volumes: