Bust Cache
All checks were successful
Build and Push / build_and_publish_docker_image (push) Successful in 6m43s

This commit is contained in:
Mitchell Marino 2024-12-02 22:09:12 +00:00
parent 8447376e91
commit e942ecd8f5

View File

@ -1,5 +1,4 @@
# Start from the node:21-bullseye image FROM node:23.3-bullseye
FROM node:21-bullseye
# Install necessary packages # Install necessary packages
RUN apt-get update && \ RUN apt-get update && \