work from node image
All checks were successful
Publish / build_and_publish_docker_image (push) Successful in 3m51s

This commit is contained in:
Drake Marino 2026-01-24 20:10:48 +00:00
parent 9f920097ae
commit 209a746323

View File

@ -1,4 +1,4 @@
FROM ubuntu:24.04 FROM node:25
RUN apt update && apt upgrade -y RUN apt update && apt upgrade -y
RUN apt install git nodejs npm --no-install-recommends -y RUN apt install git --no-install-recommends -y