Skip to content

Commit f452cc1

Browse files
Bump node from 18-alpine3.21 to 24-alpine3.21 in /cmd/hub
Bumps node from 18-alpine3.21 to 24-alpine3.21. --- updated-dependencies: - dependency-name: node dependency-version: 24-alpine3.21 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 940ee34 commit f452cc1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/hub/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WORKDIR /go/src/github.com/artifacthub/hub/cmd/hub
88
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o /hub .
99

1010
# Build frontend
11-
FROM node:18-alpine3.21 AS frontend-builder
11+
FROM node:24-alpine3.21 AS frontend-builder
1212
RUN apk --no-cache add jq
1313
WORKDIR /web
1414
COPY web .
@@ -17,7 +17,7 @@ RUN yarn install
1717
RUN yarn build
1818

1919
# Build widget
20-
FROM node:18-alpine3.21 AS widget-builder
20+
FROM node:24-alpine3.21 AS widget-builder
2121
WORKDIR /widget
2222
COPY widget .
2323
ENV NODE_OPTIONS=--max_old_space_size=4096

0 commit comments

Comments
 (0)