Skip to content

Commit

Permalink
Bump card renderer to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
solimander committed Mar 26, 2024
1 parent 981c0ad commit 9350033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.cardRenderer
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16 AS builder
FROM node:18 AS builder
WORKDIR /app

ADD package.json .
Expand Down

0 comments on commit 9350033

Please sign in to comment.