Skip to content

Commit

Permalink
chore(deps): update node.js to v20 (#171)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 27, 2024
1 parent eeb06f1 commit 3848496
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.13.1-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.13.1-slim
ENV NODE_ENV=production

# Set working directory
Expand Down

0 comments on commit 3848496

Please sign in to comment.