Skip to content

Commit

Permalink
chore(deps): update node.js to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2022
1 parent d2ac937 commit 0e2420b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 1. Transpile the project
FROM node:18-alpine as build
FROM node:19-alpine as build

WORKDIR /app/backend

Expand All @@ -14,7 +14,7 @@ RUN npm ci
RUN npm run build

# 2. Run the NodeJS backend
FROM node:18-alpine
FROM node:19-alpine
ENV NODE_ENV=production

# Install only the dependencies that are required at runtime
Expand Down

0 comments on commit 0e2420b

Please sign in to comment.