Skip to content

Commit c8475c9

Browse files
committed
Update Node.js
1 parent 1bdef66 commit c8475c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

frontend.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16.14.0-alpine
1+
FROM node:16.14.1-alpine
22

33
WORKDIR /app
44
COPY package.json yarn.lock /app/

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,14 +138,14 @@
138138
"miragejs": "0.1.43"
139139
},
140140
"engines": {
141-
"node": "16.14.1",
141+
"node": "16.14.2",
142142
"yarn": "1.22.17"
143143
},
144144
"ember": {
145145
"edition": "octane"
146146
},
147147
"volta": {
148-
"node": "16.14.1",
148+
"node": "16.14.2",
149149
"yarn": "1.22.17"
150150
}
151151
}

0 commit comments

Comments
 (0)