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

This commit is contained in:
2026-05-22 15:32:29 -05:00
parent 1574fa1454
commit 2a307e3f75
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:26.2-bullseye
FROM node:24.4-bullseye
# Install necessary packages
RUN apt-get update && \