We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c802eca commit 59daf49Copy full SHA for 59daf49
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:18.19.0-alpine3.18 AS build
+FROM node:18.20.3-alpine3.18 AS build
2
RUN apk update && apk add curl
3
WORKDIR /app
4
COPY package.json yarn.lock ./
package.json
@@ -4,7 +4,7 @@
"private": true,
5
"license": "EUPL-1.2",
6
"engines": {
7
- "node": "18.19.0",
+ "node": "18.20.6",
8
"yarn": "1.x"
9
},
10
"scripts": {
@@ -32,7 +32,7 @@
32
"dependencies": {},
33
"devDependencies": {
34
"@types/jest": "^29.5.14",
35
- "@types/node": "^18.19.71",
+ "@types/node": "^18.19.76",
36
"@typescript-eslint/eslint-plugin": "^8.19.1",
37
"@typescript-eslint/parser": "^8.19.1",
38
"concurrently": "^9.1.2",
0 commit comments