Skip to content

Commit

Permalink
Merge branch 'kernoeb:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Sironysos authored Nov 14, 2024
2 parents bc50566 + f773dc0 commit c0a6bdc
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 c0a6bdc

Please sign in to comment.