Skip to content

Commit

Permalink
sauce: use latest node lts and update packs
Browse files Browse the repository at this point in the history
- Use node 18.18.0-bookworm-slim
- Update packs
  • Loading branch information
makinbacon21 committed Sep 24, 2023
1 parent abf379b commit d76bcfb
Show file tree
Hide file tree
Showing 2 changed files with 2,796 additions and 9,241 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM node:16.5.0
FROM node:18.18.0-bookworm-slim

ENV PORT=3001
EXPOSE 3001
Expand Down
Loading

0 comments on commit d76bcfb

Please sign in to comment.