diff --git a/Dockerfile b/Dockerfile index 3b8a1fa..3676ed4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/hazmi35/node:21-dev-alpine as build-stage +FROM ghcr.io/hazmi35/node:22-dev-alpine as build-stage # Prepare pnpm with corepack (experimental feature) RUN corepack enable && corepack prepare pnpm@latest @@ -22,7 +22,7 @@ RUN pnpm run build RUN pnpm prune --production # Get ready for production -FROM ghcr.io/hazmi35/node:21-alpine +FROM ghcr.io/hazmi35/node:22-alpine LABEL name "discord-sendiri-bot" LABEL maintainer "Stegripe Development "