Skip to content

Commit

Permalink
Upgrade to Node v18.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ava's DAO committed Aug 7, 2023
1 parent 1744d9e commit 4405c14
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bridge/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16
FROM node:18

RUN mkdir /usr/src/app
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion exchangedb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16
FROM node:18

RUN mkdir /usr/src/app
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion graphql/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine
FROM node:18-alpine

ENV HOST='0.0.0.0'
ENV PORT='6000'
Expand Down
2 changes: 1 addition & 1 deletion swap/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16
FROM node:18

RUN mkdir /usr/src/app
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dockerfile
FROM node:16
FROM node:18

# create destination directory
RUN mkdir -p /usr/src/nuxt-app
Expand Down

0 comments on commit 4405c14

Please sign in to comment.