revert to older node version
Some checks failed
Build and Push / build_and_publish_docker_image (push) Failing after 1m5s

This commit is contained in:
Mitchell Marino 2026-05-22 15:32:29 -05:00
parent 1574fa1454
commit 2a307e3f75

View File

@ -1,4 +1,4 @@
FROM node:26.2-bullseye FROM node:24.4-bullseye
# Install necessary packages # Install necessary packages
RUN apt-get update && \ RUN apt-get update && \