We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bdef66 commit c8475c9Copy full SHA for c8475c9
frontend.Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:16.14.0-alpine
+FROM node:16.14.1-alpine
2
3
WORKDIR /app
4
COPY package.json yarn.lock /app/
package.json
@@ -138,14 +138,14 @@
138
"miragejs": "0.1.43"
139
},
140
"engines": {
141
- "node": "16.14.1",
+ "node": "16.14.2",
142
"yarn": "1.22.17"
143
144
"ember": {
145
"edition": "octane"
146
147
"volta": {
148
149
150
}
151
0 commit comments