Skip to content

Commit

Permalink
Bump node from 18-alpine3.20 to 23-alpine3.20 in /clomonitor-apiserver
Browse files Browse the repository at this point in the history
Bumps node from 18-alpine3.20 to 23-alpine3.20.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent a52d17f commit 6a8e31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clomonitor-apiserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ WORKDIR /clomonitor/clomonitor-apiserver
RUN cargo build --release

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

0 comments on commit 6a8e31f

Please sign in to comment.