Skip to content

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 24, 2024
1 parent e5bde7a commit 06a9a67
Show file tree
Hide file tree
Showing 29 changed files with 56 additions and 56 deletions.
4 changes: 2 additions & 2 deletions packages/auto-approve/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Use the official lightweight Node.js 14 image.
# https://hub.docker.com/_/node
FROM node:18.20.4-slim AS BUILD
FROM node:20.16.0-slim AS BUILD

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand All @@ -34,7 +34,7 @@ COPY . ./

RUN npm run compile

FROM node:18.20.4-slim
FROM node:20.16.0-slim

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand Down
4 changes: 2 additions & 2 deletions packages/auto-label/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Use the official lightweight Node.js 14 image.
# https://hub.docker.com/_/node
FROM node:18.20.4-slim AS BUILD
FROM node:20.16.0-slim AS BUILD

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand All @@ -34,7 +34,7 @@ COPY . ./

RUN npm run compile

FROM node:18.20.4-slim
FROM node:20.16.0-slim

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand Down
4 changes: 2 additions & 2 deletions packages/blunderbuss/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Use the official lightweight Node.js 14 image.
# https://hub.docker.com/_/node
FROM node:18.20.4-slim AS BUILD
FROM node:20.16.0-slim AS BUILD

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand All @@ -34,7 +34,7 @@ COPY . ./

RUN npm run compile

FROM node:18.20.4-slim
FROM node:20.16.0-slim

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand Down
4 changes: 2 additions & 2 deletions packages/canary-bot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Use the official lightweight Node.js 14 image.
# https://hub.docker.com/_/node
FROM node:18.20.4-slim AS BUILD
FROM node:20.16.0-slim AS BUILD

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand All @@ -34,7 +34,7 @@ COPY . ./

RUN npm run compile

FROM node:18.20.4-slim
FROM node:20.16.0-slim

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand Down
4 changes: 2 additions & 2 deletions packages/cherry-pick-bot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Use the official lightweight Node.js 14 image.
# https://hub.docker.com/_/node
FROM node:18.20.4-slim AS BUILD
FROM node:20.16.0-slim AS BUILD

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand All @@ -34,7 +34,7 @@ COPY . ./

RUN npm run compile

FROM node:18.20.4-slim
FROM node:20.16.0-slim

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand Down
4 changes: 2 additions & 2 deletions packages/conventional-commit-lint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Use the official lightweight Node.js 14 image.
# https://hub.docker.com/_/node
FROM node:18.20.4-slim AS BUILD
FROM node:20.16.0-slim AS BUILD

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand All @@ -34,7 +34,7 @@ COPY . ./

RUN npm run compile

FROM node:18.20.4-slim
FROM node:20.16.0-slim

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand Down
4 changes: 2 additions & 2 deletions packages/do-not-merge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Use the official lightweight Node.js 14 image.
# https://hub.docker.com/_/node
FROM node:18.20.4-slim AS BUILD
FROM node:20.16.0-slim AS BUILD

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand All @@ -34,7 +34,7 @@ COPY . ./

RUN npm run compile

FROM node:18.20.4-slim
FROM node:20.16.0-slim

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand Down
4 changes: 2 additions & 2 deletions packages/failurechecker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Use the official lightweight Node.js 14 image.
# https://hub.docker.com/_/node
FROM node:18.20.4-slim AS BUILD
FROM node:20.16.0-slim AS BUILD

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand All @@ -34,7 +34,7 @@ COPY . ./

RUN npm run compile

FROM node:18.20.4-slim
FROM node:20.16.0-slim

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand Down
4 changes: 2 additions & 2 deletions packages/flakybot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Use the official lightweight Node.js 14 image.
# https://hub.docker.com/_/node
FROM node:18.20.4-slim AS BUILD
FROM node:20.16.0-slim AS BUILD

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand All @@ -34,7 +34,7 @@ COPY . ./

RUN npm run compile

FROM node:18.20.4-slim
FROM node:20.16.0-slim

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand Down
4 changes: 2 additions & 2 deletions packages/generate-bot/templates/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Use the official lightweight Node.js 14 image.
# https://hub.docker.com/_/node
FROM node:18.20.4-slim AS BUILD
FROM node:20.16.0-slim AS BUILD

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand All @@ -34,7 +34,7 @@ COPY . ./

RUN npm run compile

FROM node:18.20.4-slim
FROM node:20.16.0-slim

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand Down
4 changes: 2 additions & 2 deletions packages/generated-files-bot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Use the official lightweight Node.js 14 image.
# https://hub.docker.com/_/node
FROM node:18.20.4-slim AS BUILD
FROM node:20.16.0-slim AS BUILD

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand All @@ -34,7 +34,7 @@ COPY . ./

RUN npm run compile

FROM node:18.20.4-slim
FROM node:20.16.0-slim

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand Down
4 changes: 2 additions & 2 deletions packages/header-checker-lint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Use the official lightweight Node.js 14 image.
# https://hub.docker.com/_/node
FROM node:18.20.4-slim AS BUILD
FROM node:20.16.0-slim AS BUILD

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand All @@ -34,7 +34,7 @@ COPY . ./

RUN npm run compile

FROM node:18.20.4-slim
FROM node:20.16.0-slim

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand Down
4 changes: 2 additions & 2 deletions packages/label-sync/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Use the official lightweight Node.js 14 image.
# https://hub.docker.com/_/node
FROM node:18.20.4-slim AS BUILD
FROM node:20.16.0-slim AS BUILD

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand All @@ -34,7 +34,7 @@ COPY . ./

RUN npm run compile

FROM node:18.20.4-slim
FROM node:20.16.0-slim

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand Down
4 changes: 2 additions & 2 deletions packages/loadtest-bot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Use the official lightweight Node.js 14 image.
# https://hub.docker.com/_/node
FROM node:18.20.4-slim AS BUILD
FROM node:20.16.0-slim AS BUILD

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand All @@ -34,7 +34,7 @@ COPY . ./

RUN npm run compile

FROM node:18.20.4-slim
FROM node:20.16.0-slim

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand Down
4 changes: 2 additions & 2 deletions packages/merge-on-green/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Use the official lightweight Node.js 14 image.
# https://hub.docker.com/_/node
FROM node:18.20.4-slim AS BUILD
FROM node:20.16.0-slim AS BUILD

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand All @@ -34,7 +34,7 @@ COPY . ./

RUN npm run compile

FROM node:18.20.4-slim
FROM node:20.16.0-slim

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion packages/owl-bot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Use the official lightweight Node.js 14 image.
# https://hub.docker.com/_/node
FROM node:18-alpine
FROM node:20-alpine

# Bump the heap size
ENV NODE_OPTIONS='--max-old-space-size=8192'
Expand Down
4 changes: 2 additions & 2 deletions packages/owl-bot/Dockerfile.backend
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Use the official lightweight Node.js 14 image.
# https://hub.docker.com/_/node
FROM node:18.20.4-slim AS BUILD
FROM node:20.16.0-slim AS BUILD

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand All @@ -34,7 +34,7 @@ COPY . ./

RUN npm run compile

FROM node:18.20.4-slim
FROM node:20.16.0-slim

# Install git binary and remove unnecessary cache files to keep the
# image size small.
Expand Down
4 changes: 2 additions & 2 deletions packages/owl-bot/Dockerfile.frontend
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Use the official lightweight Node.js 14 image.
# https://hub.docker.com/_/node
FROM node:18.20.4-slim AS BUILD
FROM node:20.16.0-slim AS BUILD

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand All @@ -34,7 +34,7 @@ COPY . ./

RUN npm run compile

FROM node:18.20.4-slim
FROM node:20.16.0-slim

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand Down
4 changes: 2 additions & 2 deletions packages/owlbot-bootstrapper/common-container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Use the official lightweight Node.js 14 image.
# https://hub.docker.com/_/node
FROM node:18.20.4-slim AS BUILD
FROM node:20.16.0-slim AS BUILD

# Create and change to the app directory.
WORKDIR /usr/cli
Expand All @@ -34,7 +34,7 @@ COPY . ./

RUN npm run compile

FROM node:18.20.4-slim
FROM node:20.16.0-slim

# Create and change to the app directory.
WORKDIR /usr/cli
Expand Down
4 changes: 2 additions & 2 deletions packages/policy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Use the official lightweight Node.js 14 image.
# https://hub.docker.com/_/node
FROM node:18.20.4-slim AS BUILD
FROM node:20.16.0-slim AS BUILD

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand All @@ -34,7 +34,7 @@ COPY . ./

RUN npm run compile

FROM node:18.20.4-slim
FROM node:20.16.0-slim

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand Down
4 changes: 2 additions & 2 deletions packages/release-please/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Use the official lightweight Node.js 14 image.
# https://hub.docker.com/_/node
FROM node:18.20.4-slim AS BUILD
FROM node:20.16.0-slim AS BUILD

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand All @@ -34,7 +34,7 @@ COPY . ./

RUN npm run compile

FROM node:18.20.4-slim
FROM node:20.16.0-slim

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion packages/release-trigger/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Use a multi-stage docker build to limit production dependencies.

FROM node:18.20.4-bullseye AS BASE
FROM node:20.16.0-bullseye AS BASE

# Install pyenv dependencies
RUN apt-get update && \
Expand Down
4 changes: 2 additions & 2 deletions packages/release-trigger/Dockerfile.frontend
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Use the official lightweight Node.js 14 image.
# https://hub.docker.com/_/node
FROM node:18-slim AS BUILD
FROM node:20-slim AS BUILD

WORKDIR /home/node

Expand All @@ -33,7 +33,7 @@ COPY . ./

RUN npm run compile

FROM node:18-slim
FROM node:20-slim

WORKDIR /home/node

Expand Down
Loading

0 comments on commit 06a9a67

Please sign in to comment.