We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7e859 commit 7afc20dCopy full SHA for 7afc20d
.github/workflows/oci-image-build.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v5
18
- uses: actions/setup-node@v6
19
with:
20
- node-version: 18
+ node-version: 24
21
- run: npm ci && npm run lint
22
build:
23
name: 'OCI'
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:18-alpine AS base
+FROM node:24-alpine AS base
2
3
FROM base AS build
4
RUN apk add --no-cache git
0 commit comments