Skip to content

Commit

Permalink
Bump node from 18-alpine3.21 to 23-alpine3.21 in /cmd/hub
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 b1f34ad commit e4f4893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/hub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /go/src/github.com/artifacthub/hub/cmd/hub
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o /hub .

# Build frontend
FROM node:18-alpine3.21 AS frontend-builder
FROM node:23-alpine3.21 AS frontend-builder
RUN apk --no-cache add jq
WORKDIR /web
COPY web .
Expand All @@ -17,7 +17,7 @@ RUN yarn install
RUN yarn build

# Build widget
FROM node:18-alpine3.21 AS widget-builder
FROM node:23-alpine3.21 AS widget-builder
WORKDIR /widget
COPY widget .
ENV NODE_OPTIONS=--max_old_space_size=4096
Expand Down

0 comments on commit e4f4893

Please sign in to comment.