Skip to content

Commit

Permalink
chore: Node 22, update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kernoeb committed Nov 11, 2024
1 parent 5921e73 commit f773dc0
Show file tree
Hide file tree
Showing 4 changed files with 945 additions and 532 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Node base image
FROM node:20.18.0-alpine3.20 AS node-base
FROM node:22.11.0-alpine3.20 AS node-base
LABEL maintainer="kernoeb <[email protected]>"

FROM node-base AS build-tools
Expand Down
Loading

0 comments on commit f773dc0

Please sign in to comment.