Skip to content

Commit

Permalink
chore(deps): update node.js to v20.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2023
1 parent 8e61141 commit 9c65a03
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,4 +1,4 @@
FROM node:20.8.0-alpine as builder
FROM node:20.8.1-alpine as builder
WORKDIR /app

COPY package.json package-lock.json ./
Expand All @@ -7,7 +7,7 @@ RUN npm ci
COPY . .
RUN npm run build

FROM node:20.8.0-alpine as runner
FROM node:20.8.1-alpine as runner
ENV NODE_ENV production
WORKDIR /app

Expand Down

0 comments on commit 9c65a03

Please sign in to comment.