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] authored Sep 20, 2023
1 parent 617c373 commit d265177
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 @@
# Build layer template for an eventual TS migration
FROM node:16.17.0-slim as builder
FROM node:20.7.0-slim as builder
ENV NODE_ENV=production

# Set working directory
Expand All @@ -9,7 +9,7 @@ WORKDIR /app
COPY package.json package-lock.json ./
RUN npm ci --omit=dev

FROM node:16.17.0-slim
FROM node:20.7.0-slim
ENV NODE_ENV=production

# Set working directory
Expand Down

0 comments on commit d265177

Please sign in to comment.