Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Bump node from 23.3-slim to 23.4-slim #266

Merged
merged 1 commit into from
Dec 11, 2024
Merged
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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN poetry config virtualenvs.create false && \
COPY . /app

# Build the webapp
FROM node:23.3-slim AS webbuilder
FROM node:23.4-slim AS webbuilder

# Install curl for downloading the webapp from GH and unzip to extract it
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down
Loading