Bust cache
Some checks failed
Build and Push / build_and_publish_docker_image (push) Has been cancelled

This commit is contained in:
Mitchell Marino 2025-07-15 17:23:54 +00:00
parent e942ecd8f5
commit eee0635890

View File

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