Skip to content

Commit

Permalink
ci: #71 Bump builder container image to node:18
Browse files Browse the repository at this point in the history
  • Loading branch information
lbroudoux authored Nov 19, 2024
1 parent d80f53f commit 7f77291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM node:17.7-alpine3.14 AS client-builder
FROM --platform=$BUILDPLATFORM node:18.20.5-alpine3.20 AS client-builder
WORKDIR /app/client
# cache packages in layer
COPY client/package.json /app/client/package.json
Expand Down

0 comments on commit 7f77291

Please sign in to comment.