From c99686f72f1477ab5ea2a0c144af696eae4397eb Mon Sep 17 00:00:00 2001 From: philipp Date: Tue, 24 Sep 2024 19:45:30 +0200 Subject: [PATCH] update docker image --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2637fd4..6483908 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,13 +5,13 @@ # 2. Tag the image: `docker tag git.hofer.link/ruderverein-donau-linz/rowing-ci:` # 3. Push the image: `docker push git.hofer.link/ruderverein-donau-linz/rowing-ci:` -FROM rust:1.77.2 +FROM rust:1.81.0 RUN apt-get update && apt-get install -y sqlite3 # nodejs RUN apt-get install -y curl && \ - curl -sL https://deb.nodesource.com/setup_21.x | bash - && \ + curl -sL https://deb.nodesource.com/setup_22.x | bash - && \ apt-get install -y nodejs # playwright -- 2.45.2