Skip to content

Commit 85cb43c

Browse files
and again
1 parent 61e0748 commit 85cb43c

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Dockerfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
FROM node:25-bookworm AS builder
1+
FROM node:25-bullseye-slim AS builder
2+
3+
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl gnupg git \
4+
&& rm -rf /var/lib/apt/lists/*
25

3-
RUN mkdir -p /opt/autoupdate/dist
46
WORKDIR /opt/autoupdate
57

68
COPY . .
@@ -10,7 +12,7 @@ RUN npm install -g corepack \
1012

1113
RUN yarn install --frozen-lockfile && yarn run build
1214

13-
FROM node:25-bookworm AS runner
15+
FROM node:25-bullseye-slim AS runner
1416

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

0 commit comments

Comments
 (0)