Skip to content

Commit

Permalink
build(deps): bump node from 23.3.0-alpine3.20 to 23.5.0-alpine3.20 (#482
Browse files Browse the repository at this point in the history
)

Bumps node from 23.3.0-alpine3.20 to 23.5.0-alpine3.20.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2025
1 parent e3e90a3 commit ca5ccab
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,7 +1,7 @@
# syntax=docker/dockerfile:1.5

# When updating image version, make sure to update below layer as well
FROM node:23.3.0-alpine3.20 as builder
FROM node:23.5.0-alpine3.20 as builder

# Create app directory
WORKDIR /app
Expand Down Expand Up @@ -43,7 +43,7 @@ COPY . .
RUN yarn build

# When updating image version, make sure to update the above layer as well
FROM node:23.3.0-alpine3.20 as app
FROM node:23.5.0-alpine3.20 as app

WORKDIR /app

Expand Down

0 comments on commit ca5ccab

Please sign in to comment.