Skip to content

Commit

Permalink
Bump node from 18-alpine3.21 to 23-alpine3.21 in /clowarden-server
Browse files Browse the repository at this point in the history
Bumps node from 18-alpine3.21 to 23-alpine3.21.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 9824f4d commit 1371637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clowarden-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WORKDIR /clowarden/clowarden-server
RUN cargo build --release

# Build frontend
FROM node:18-alpine3.21 AS frontend-builder
FROM node:23-alpine3.21 AS frontend-builder
RUN apk --no-cache add git
WORKDIR /web
COPY web .
Expand Down

0 comments on commit 1371637

Please sign in to comment.