Skip to content

Commit

Permalink
build(deps): bump node in /build/package
Browse files Browse the repository at this point in the history
Bumps node from 23.5.0-alpine to 23.6.0-alpine.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jan 13, 2025
1 parent b15238f commit 03bcc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY internal/ ./internal/
COPY *.go ./
RUN make static

FROM node:23.5.0-alpine AS frontend
FROM node:23.6.0-alpine AS frontend
WORKDIR /frontend
COPY build/react-frontend/package.json build/react-frontend/yarn.lock ./
RUN yarn
Expand Down

0 comments on commit 03bcc02

Please sign in to comment.