Skip to content

Commit 007b858

Browse files
committed
Upgrade node runtime image versions
1 parent 571ed31 commit 007b858

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

Dockerfile.indexer-agent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN yarn --frozen-lockfile --non-interactive --production=false
2929
########################################################################
3030
# Runtime image
3131

32-
FROM node:12.16.0-slim
32+
FROM node:16.13.1-slim
3333

3434
ENV NODE_ENV production
3535

Dockerfile.indexer-cli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN yarn --frozen-lockfile --non-interactive --production=false
2929
########################################################################
3030
# Runtime image
3131

32-
FROM node:14.15.4-slim
32+
FROM node:16.13.1-slim
3333

3434
ENV NODE_ENV production
3535

Dockerfile.indexer-service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN yarn --frozen-lockfile --non-interactive --production=false
3030
########################################################################
3131
# Runtime image
3232

33-
FROM node:12.16.0-slim
33+
FROM node:16.13.1-slim
3434

3535
ENV NODE_ENV production
3636

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,8 @@
3434
},
3535
"dependencies": {
3636
"scrypt": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.0.2.tgz"
37+
},
38+
"engines": {
39+
"node": ">=12.22.0"
3740
}
3841
}

0 commit comments

Comments
 (0)