Skip to content

Commit 0a2814e

Browse files
Bump node from 23-alpine to 24-alpine
Bumps node from 23-alpine to 24-alpine. --- updated-dependencies: - dependency-name: node dependency-version: 24-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e5a9ef3 commit 0a2814e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:23-alpine AS builder
1+
FROM node:24-alpine AS builder
22

33
RUN mkdir -p /opt/autoupdate/dist
44

@@ -8,7 +8,7 @@ COPY . /opt/autoupdate/
88

99
RUN yarn install --frozen-lockfile && yarn run build
1010

11-
FROM node:23-alpine AS runner
11+
FROM node:24-alpine AS runner
1212

1313
LABEL com.github.actions.name="Auto-update pull requests with changes from their base branch"
1414
LABEL com.github.actions.description="A GitHub Action that auto-updates PRs with changes from their base branch"

0 commit comments

Comments
 (0)