mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
chore(deps): bump node from 20.16.0-alpine3.20 to 24.1.0-alpine3.20
Bumps node from 20.16.0-alpine3.20 to 24.1.0-alpine3.20. --- updated-dependencies: - dependency-name: node dependency-version: 24.1.0-alpine3.20 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b948419dd9
commit
6bb237b691
1 changed files with 2 additions and 2 deletions
|
|
@ -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 /
|
||||
|
||||
|
|
@ -8,7 +8,7 @@ COPY . .
|
|||
|
||||
RUN npm run build
|
||||
|
||||
FROM node:20.16.0-alpine3.20
|
||||
FROM node:24.1.0-alpine3.20
|
||||
|
||||
RUN apk --no-cache add git
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue