Skip to content

Commit

Permalink
chore(deps): update node.js to v20.5.1 (#1363)
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] committed May 25, 2024
1 parent 4b44ae8 commit 1cb3fe5
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.5.0-alpine AS builder
FROM node:20.5.1-alpine AS builder

RUN apk add python3 make gcc g++

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

# Runner stage

FROM node:20.5.0-alpine
FROM node:20.5.1-alpine
ENV NODE_ENV=production
WORKDIR /home/node/app

Expand Down

0 comments on commit 1cb3fe5

Please sign in to comment.