File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7979 type=sha,format=long
8080 # Build and push
8181 - name : Build and push
82- uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
82+ uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
8383 with :
8484 context : .
8585 push : ${{ github.event_name != 'pull_request' }}
Original file line number Diff line number Diff line change 11# Base stage with pnpm setup
2- FROM node:23.11.0 -slim AS base
2+ FROM node:23.11.1 -slim AS base
33ENV PNPM_HOME="/pnpm"
44ENV PATH="$PNPM_HOME:$PATH"
55RUN corepack enable
@@ -20,7 +20,7 @@ COPY . .
2020RUN pnpm run build
2121
2222# Final stage - combine production dependencies and build output
23- FROM node:23.11.0 -alpine AS runner
23+ FROM node:23.11.1 -alpine AS runner
2424WORKDIR /app
2525COPY --from=prod-deps --chown=node:node /app/node_modules ./node_modules
2626COPY --from=build --chown=node:node /app/dist ./dist
You can’t perform that action at this time.
0 commit comments