Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 783bf57 commit b662458
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.20 AS frontend-builder
FROM node:22-alpine3.20 AS frontend-builder
RUN apk --no-cache add git
WORKDIR /web
COPY web .
Expand Down

0 comments on commit b662458

Please sign in to comment.