From c7d1ce7ff5b6e57c5d1f7d8913d94e78ef83ce78 Mon Sep 17 00:00:00 2001 From: Natty Date: Sun, 5 Nov 2023 21:11:07 +0100 Subject: [PATCH] Newer base image --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e27171b..02d7a59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ -FROM docker.io/rust:1.73-bullseye as build +FROM docker.io/rust:1.73-bookworm as build RUN update-ca-certificates RUN apt update -RUN apt install -y git nodejs npm +RUN apt install -y git nodejs npm node-corepack ENV USER=magnetar ENV UID=10001