Skip to content

Commit

Permalink
CHORE: node20
Browse files Browse the repository at this point in the history
  • Loading branch information
fileformat committed Nov 28, 2023
1 parent 11ddff6 commit a6fecb2
Show file tree
Hide file tree
Showing 4 changed files with 707 additions and 367 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM node:current-stretch-slim as base
FROM node:20-bookworm-slim as base
RUN groupadd -r appuser && \
useradd --create-home --gid appuser --home-dir /app --no-log-init --system appuser

Expand Down

0 comments on commit a6fecb2

Please sign in to comment.