Skip to content

Commit b2acc27

Browse files
authored
Use Node 22 to build frontend (instead of 18)
1 parent 2f3acef commit b2acc27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG NODE_TAG=18-bullseye
1+
ARG NODE_TAG=22-bullseye
22
ARG NGINX_TAG=1.25-alpine
33
FROM docker.io/library/node:${NODE_TAG} as builder
44

0 commit comments

Comments
 (0)