Skip to content

Commit 0281134

Browse files
authored
Merge pull request #1373 from o1-labs/dw/update-docker-frontend-node-23
Frontend: update node to v23 in Docker image
2 parents a739e0d + 0363d8b commit 0281134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18 AS BUILD_IMAGE
1+
FROM node:23 AS BUILD_IMAGE
22
# Doesn't matter what we put here - it get's overwritten by the docker \
33
# build command
44
ARG BUILD_CONFIGURATION=production

0 commit comments

Comments
 (0)