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.6.0-alpine to 23.6.1-alpine.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jan 27, 2025
1 parent 86e7c68 commit 2e021cc
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.6.0-alpine AS frontend
FROM node:23.6.1-alpine AS frontend
WORKDIR /frontend
COPY build/react-frontend/package.json build/react-frontend/yarn.lock ./
RUN yarn
Expand Down

0 comments on commit 2e021cc

Please sign in to comment.