Skip to content

Commit

Permalink
chore(deps): update node.js to v20.15.1 (#1259)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 10, 2024
1 parent 4a0b2ec commit 8f07db7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VERSION 0.7

# TypeScript build
FROM node:20.15.0
FROM node:20.15.1
LABEL org.opencontainers.image.source=https://github.com/Kesin11/CIAnalyzer
LABEL org.opencontainers.image.authors=[email protected]
WORKDIR /build
Expand Down Expand Up @@ -48,7 +48,7 @@ test:
SAVE ARTIFACT coverage AS LOCAL ./coverage

docker:
FROM node:20.15.0-slim
FROM node:20.15.1-slim
WORKDIR /ci_analyzer

COPY package.json package-lock.json .
Expand Down

0 comments on commit 8f07db7

Please sign in to comment.