Skip to content

Commit

Permalink
use node 22 for ci image
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Oct 1, 2024
1 parent 47db703 commit 4d2c040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ci.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##################################################################################
FROM node:lts-bookworm AS node
FROM node:22-bookworm AS node

COPY repos/lila /lila
COPY conf/ci.conf /lila/conf/application.conf
Expand Down

0 comments on commit 4d2c040

Please sign in to comment.