-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update node.js to v22.13.0
- Loading branch information
1 parent
b700997
commit f525dc8
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
VERSION 0.7 | ||
|
||
# TypeScript build | ||
FROM node:22.12.0 | ||
FROM node:22.13.0 | ||
LABEL org.opencontainers.image.source=https://github.com/Kesin11/CIAnalyzer | ||
LABEL org.opencontainers.image.authors=[email protected] | ||
WORKDIR /build | ||
|
@@ -48,7 +48,7 @@ test: | |
SAVE ARTIFACT coverage AS LOCAL ./coverage | ||
|
||
docker: | ||
FROM node:22.12.0-slim | ||
FROM node:22.13.0-slim | ||
WORKDIR /ci_analyzer | ||
|
||
COPY package.json package-lock.json . | ||
|