5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 16:06:56 +00:00

chore(deps): bump node from 16.14.2-alpine3.14 to 18.3.0-alpine3.14

Bumps node from 16.14.2-alpine3.14 to 18.3.0-alpine3.14.

---
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:
dependabot[bot] 2022-10-06 14:54:09 +00:00 committed by GitHub
parent dff38a37e5
commit 875c1da1bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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