Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 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.5-slim AS BUILD
FROM node:18.20.8-slim AS BUILD

# 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 latest Node.js 18 slim image with patched Debian base.
FROM node:18.20.6-slim AS BUILD
FROM node:18.20.8-slim AS BUILD

# Upgrade all Debian packages for security.
RUN apt-get update && apt-get upgrade -y && apt-get clean && rm -rf /var/lib/apt/lists/*
Expand All @@ -38,7 +38,7 @@ COPY . ./
RUN npm run compile


FROM node:18.20.6-slim
FROM node:18.20.8-slim

# Upgrade all Debian packages for security.
RUN apt-get update && apt-get upgrade -y && apt-get clean && rm -rf /var/lib/apt/lists/*
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.5-slim AS BUILD
FROM node:18.20.8-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.5-slim
FROM node:18.20.8-slim

# Remove unnecessary cross-spawn from npm to resolve CVE-2024-21538
RUN rm -r /usr/local/lib/node_modules/npm/node_modules/cross-spawn/
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.5-slim AS BUILD
FROM node:18.20.8-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.5-slim
FROM node:18.20.8-slim

# Remove unnecessary cross-spawn from npm to resolve CVE-2024-21538
RUN rm -r /usr/local/lib/node_modules/npm/node_modules/cross-spawn/
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.5-slim AS BUILD
FROM node:18.20.8-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.5-slim
FROM node:18.20.8-slim

# Remove unnecessary cross-spawn from npm to resolve CVE-2024-21538
RUN rm -r /usr/local/lib/node_modules/npm/node_modules/cross-spawn/
Expand Down