From 56dde0ad37817eec18cca6d3f343e6210b8a643d Mon Sep 17 00:00:00 2001 From: Eugene Lazutkin Date: Wed, 25 Oct 2023 13:41:48 -0500 Subject: [PATCH] There is no 21-buster image. Switched to the next one. --- .github/actions/linux-node-21/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/linux-node-21/Dockerfile b/.github/actions/linux-node-21/Dockerfile index 5d127bf..2c72916 100644 --- a/.github/actions/linux-node-21/Dockerfile +++ b/.github/actions/linux-node-21/Dockerfile @@ -1,4 +1,4 @@ -FROM node:21-buster +FROM node:21-bullseye RUN apt install python3 make gcc g++