diff --git a/.github/workflows/oci-image-build.yml b/.github/workflows/oci-image-build.yml index e4b79a8..258df40 100644 --- a/.github/workflows/oci-image-build.yml +++ b/.github/workflows/oci-image-build.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v6 with: - node-version: 18 + node-version: 24 - run: npm ci && npm run lint build: name: 'OCI' diff --git a/Dockerfile b/Dockerfile index 6bf78e9..7be0931 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18-alpine AS base +FROM node:24-alpine AS base FROM base AS build RUN apk add --no-cache git