Skip to content

Commit a0ef2e0

Browse files
chore(deps): update node.js to v18.19.0
1 parent 921872d commit a0ef2e0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

api/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18.18.2-alpine as builder
1+
FROM node:18.19.0-alpine as builder
22
WORKDIR /app
33

44
COPY package.json yarn.lock ./
@@ -7,7 +7,7 @@ RUN yarn install --frozen-lockfile
77
COPY . .
88
RUN yarn build
99

10-
FROM node:18.18.2-alpine as runner
10+
FROM node:18.19.0-alpine as runner
1111
ENV NODE_ENV production
1212
WORKDIR /app
1313

scraper/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18.18.2-alpine as builder
1+
FROM node:18.19.0-alpine as builder
22
WORKDIR /app
33

44
COPY package.json yarn.lock ./
@@ -7,7 +7,7 @@ RUN yarn install --frozen-lockfile
77
COPY . .
88
RUN yarn build
99

10-
FROM node:18.18.2-alpine as runner
10+
FROM node:18.19.0-alpine as runner
1111
ENV NODE_ENV production
1212

1313
# Installs latest Chromium (92) package.

0 commit comments

Comments
 (0)