Skip to content

Commit 596f998

Browse files
authored
Merge pull request stacklok#299 from stacklok/dependabot/docker/node-23-slim
Bump node from 22-slim to 23-slim
2 parents 7071591 + 9386c82 commit 596f998

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:22-slim AS webbuilder
25+
FROM node:23-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)