Skip to content

Commit

Permalink
update: node version
Browse files Browse the repository at this point in the history
  • Loading branch information
tinoschroeter committed Jul 17, 2024
1 parent 1dcc389 commit 919c02b
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 31 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20 AS button
FROM node:22 AS button

RUN apt-get update && apt-get dist-upgrade -y \
&& rm -rf /var/lib/apt/lists/*
Expand Down
63 changes: 33 additions & 30 deletions button/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 919c02b

Please sign in to comment.