Skip to content

Commit

Permalink
chore: Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
kernoeb committed May 14, 2024
1 parent 5db26af commit 5fcb17c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
############################################################################################################
# Stage: prepare a base image with all native utils pre-installed, used both by builder and definitive image
FROM node:18.18.2-alpine3.18 AS nativedeps
FROM node:20.13.1-alpine3.19 AS nativedeps
RUN apk add --no-cache curl
######################################
FROM nativedeps AS builder
MAINTAINER "contact@koumoul.com"

# Installing clean-modules
RUN npm install --location=global clean-modules@3.0.4
RUN npm install --location=global clean-modules@3.0.5

WORKDIR /webapp

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,5 @@
"sanitize-html": "^2.13.0",
"tinycolor2": "^1.6.0",
"vue": "^2.7.14"
},
"packageManager": "yarn@3.6.4"
}
}

0 comments on commit 5fcb17c

Please sign in to comment.