Skip to content

Commit 8da9537

Browse files
Bump node from 24-alpine to 25-alpine in the deps group (#83)
Bumps the deps group with 1 update: node. Updates `node` from 24-alpine to 25-alpine --- updated-dependencies: - dependency-name: node dependency-version: 25-alpine dependency-type: direct:production dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ec12a4 commit 8da9537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

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

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

@@ -10,7 +10,7 @@ RUN corepack enable
1010

1111
RUN yarn install --frozen-lockfile && yarn run build
1212

13-
FROM node:24-alpine AS runner
13+
FROM node:25-alpine AS runner
1414

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

0 commit comments

Comments
 (0)