Skip to content

Commit

Permalink
Bump node to 20 in both places of the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tadzik committed Jan 6, 2025
1 parent 92afc31 commit 6bd663d
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
Expand Up @@ -13,7 +13,7 @@ COPY ./widget /build/widget/

RUN yarn build

FROM node:18-bullseye-slim
FROM node:20-bullseye-slim

VOLUME /data/ /config/

Expand Down

0 comments on commit 6bd663d

Please sign in to comment.