Skip to content

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 26, 2023
1 parent fd548bc commit 0c79257
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.16.1-alpine3.17 AS build
FROM node:20.3.1-alpine3.17 AS build

# Build
WORKDIR /app
Expand All @@ -8,7 +8,7 @@ RUN apk add --no-cache python3 g++ make && \
yarn build:production && \
rm -rf node_modules

FROM node:18.16.1-alpine3.17 AS deploy
FROM node:20.3.1-alpine3.17 AS deploy

# Copy and prep app
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.16.1-alpine3.17
FROM node:20.3.1-alpine3.17
ENV PORT=3000

# Packages
Expand Down

0 comments on commit 0c79257

Please sign in to comment.