mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 16:06:56 +00:00
chore(deps): bump node from 20.9.0-alpine3.17 to 21.4.0-alpine3.17
Bumps node from 20.9.0-alpine3.17 to 21.4.0-alpine3.17. --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
22e654bdab
commit
b4540d13c9
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM node:20.9.0-alpine3.17 as build
|
FROM node:21.4.0-alpine3.17 as build
|
||||||
|
|
||||||
COPY package*.json /
|
COPY package*.json /
|
||||||
|
|
||||||
|
|
@ -8,7 +8,7 @@ COPY . .
|
||||||
|
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
FROM node:20.9.0-alpine3.17
|
FROM node:21.4.0-alpine3.17
|
||||||
|
|
||||||
RUN apk --no-cache add git
|
RUN apk --no-cache add git
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue