Skip to content

Commit fb45f28

Browse files
chore(deps): bump node from 17 to 18
Bumps node from 17 to 18. --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d39a9f6 commit fb45f28

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Dockerfile-Events

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:17 as builder
1+
FROM node:18 as builder
22
# Create app directory
33
WORKDIR /usr/src/app
44
# Install app dependencies
@@ -11,7 +11,7 @@ COPY events events/
1111
# If you are building your code for production
1212
RUN yarn workspace @tumi/events build:ssr
1313

14-
FROM node:16
14+
FROM node:18
1515
WORKDIR /root/
1616
RUN npm install pm2 -g
1717
# Bundle app source

Dockerfile-Experiments

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:17 as builder
1+
FROM node:18 as builder
22
# Create app directory
33
WORKDIR /usr/src/app
44
# Install app dependencies

Dockerfile-Legacy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:17 as builder
1+
FROM node:18 as builder
22
# Create app directory
33
WORKDIR /usr/src/app
44
# Install app dependencies

Dockerfile-PartyAnimals

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:17
1+
FROM node:18
22
# Create app directory
33
WORKDIR /usr/src/app
44
# Install app dependencies

Dockerfile-Server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:17
1+
FROM node:18
22
# Create app directory
33
WORKDIR /usr/src/app
44
RUN apt-get update && apt-get install ghostscript graphicsmagick -y

0 commit comments

Comments
 (0)