Skip to content

Commit

Permalink
chore(deps): bump node from 20.5.1 to 21.1.0 in /frontend
Browse files Browse the repository at this point in the history
Bumps node from 20.5.1 to 21.1.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent ec25b82 commit 0b5d63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

### Build executable
FROM node:20.5.1 as builder
FROM node:21.1.0 as builder
WORKDIR /workspace
COPY package.json package-lock.json ./
RUN --mount=type=cache,target=/workspace/.npm \
Expand Down

0 comments on commit 0b5d63e

Please sign in to comment.