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

Commit 225d6b7

Browse files
Merge pull request #266 from stacklok/dependabot/docker/node-23.4-slim
Bump node from 23.3-slim to 23.4-slim
2 parents 5ee21b2 + 48c8ccc commit 225d6b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN poetry config virtualenvs.create false && \
2222
COPY . /app
2323

2424
# Build the webapp
25-
FROM node:23.3-slim AS webbuilder
25+
FROM node:23.4-slim AS webbuilder
2626

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

0 commit comments

Comments
 (0)