5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 08:06:54 +00:00
This commit is contained in:
dependabot[bot] 2025-08-18 03:03:56 +00:00 committed by GitHub
commit 2b87688a02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM node:20.16.0-alpine3.20 as build FROM node:24.1.0-alpine3.20 as build
COPY package*.json / COPY package*.json /
@ -8,7 +8,7 @@ COPY . .
RUN npm run build RUN npm run build
FROM node:20.16.0-alpine3.20 FROM node:24.1.0-alpine3.20
RUN apk --no-cache add git RUN apk --no-cache add git