Skip to content

Commit

Permalink
Merge pull request #600 from Kesin11/renovate/node-18.x
Browse files Browse the repository at this point in the history
chore(deps): update node.js to v18
  • Loading branch information
Kesin11 committed Dec 20, 2022
2 parents d7d5142 + 1231847 commit 2064255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Earthfile
@@ -1,7 +1,7 @@
VERSION 0.6

# TypeScript build
FROM node:16.19.0
FROM node:18.12.1
LABEL org.opencontainers.image.source=https://github.com/Kesin11/CIAnalyzer
LABEL org.opencontainers.image.authors=kesin1202000@gmail.com
WORKDIR /build
Expand Down Expand Up @@ -44,7 +44,7 @@ test:
SAVE ARTIFACT coverage AS LOCAL ./coverage

docker:
FROM node:16-alpine
FROM node:18-alpine
WORKDIR /ci_analyzer
# Resolve nodejs pid=1 problem
RUN apk add --no-cache tini
Expand Down

0 comments on commit 2064255

Please sign in to comment.