chore(deps): Bump node from 18-slim to 24-slim (#21)

Bumps node from 18-slim to 24-slim.

---
updated-dependencies:
- dependency-name: node
  dependency-version: 24-slim
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-05-21 22:25:02 -05:00
committed by GitHub
parent a8662a84c2
commit 5e29628755
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM node:18-slim FROM node:24-slim
# Install git, Claude Code, Docker, and required dependencies # Install git, Claude Code, Docker, and required dependencies
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@@ -1,4 +1,4 @@
FROM node:20 FROM node:24
# Install dependencies # Install dependencies
RUN apt update && apt install -y less \ RUN apt update && apt install -y less \

View File

@@ -1,4 +1,4 @@
FROM node:20 FROM node:24
ARG TZ ARG TZ
ENV TZ="$TZ" ENV TZ="$TZ"

View File

@@ -1,5 +1,5 @@
# First stage: Interactive setup for Claude Code authentication # First stage: Interactive setup for Claude Code authentication
FROM node:20 FROM node:24
# Install Claude Code # Install Claude Code
RUN npm install -g @anthropic-ai/claude-code RUN npm install -g @anthropic-ai/claude-code