diff --git a/Dockerfile.bskylink b/Dockerfile.bskylink index 6fe98b8e70..868ee274d1 100644 --- a/Dockerfile.bskylink +++ b/Dockerfile.bskylink @@ -1,4 +1,4 @@ -FROM node:24.19.0-alpine3.23 AS build +FROM node:24.20.0-alpine3.23 AS build # Move files into the image and install WORKDIR /app @@ -14,7 +14,7 @@ RUN yarn build RUN yarn install --production --ignore-scripts --prefer-offline # Uses assets from build stage to reduce build size -FROM node:24.19.0-alpine3.23 +FROM node:24.20.0-alpine3.23 RUN apk add --update dumb-init diff --git a/Dockerfile.bskyogcard b/Dockerfile.bskyogcard index 82dc6cb0f4..5bd19b1cec 100644 --- a/Dockerfile.bskyogcard +++ b/Dockerfile.bskyogcard @@ -1,4 +1,4 @@ -FROM node:24.19.0-alpine3.23 AS build +FROM node:24.20.0-alpine3.23 AS build # Tells pnpm to run non-interactively (needed for install/script steps) ENV CI=true @@ -19,7 +19,7 @@ RUN pnpm install-fonts && pnpm build RUN pnpm install --prod --ignore-scripts --prefer-offline # Uses assets from build stage to reduce build size -FROM node:24.19.0-alpine3.23 +FROM node:24.20.0-alpine3.23 RUN apk add --update dumb-init