Skip to content

Commit

Permalink
chore(deps): update node.js to v20.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent 4bc8e5e commit 280e27c
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,6 +1,6 @@
# Builder stage

FROM node:20.17.0-alpine AS builder
FROM node:20.18.0-alpine AS builder

RUN apk add python3 make gcc g++

Expand All @@ -20,7 +20,7 @@ RUN yarn build

# Runner stage

FROM node:20.17.0-alpine
FROM node:20.18.0-alpine
ENV NODE_ENV=production
WORKDIR /home/node/app

Expand Down

0 comments on commit 280e27c

Please sign in to comment.