Skip to content

Commit e44fbe9

Browse files
authored
Merge pull request stacklok#229 from stacklok/dependabot/docker/node-23.3-slim
Bump node from 20.18-slim to 23.3-slim
2 parents fa31345 + c7a5e9a commit e44fbe9

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