Update Dockerfile

This commit is contained in:
2026-01-01 14:06:48 +00:00
parent 05ce0da296
commit ce366a5a73

View File

@@ -48,9 +48,9 @@ RUN npm run publish
# Stage 3 # Stage 3
# Build the CMS container # Build the CMS container
FROM debian:bullseye-slim FROM debian:latest
MAINTAINER Xibo Signage <support@xibosignage.com> MAINTAINER OTS Signs <contact@ots-signs.com>
LABEL org.opencontainers.image.authors="support@xibosignage.com" LABEL org.opencontainers.image.authors="contact@ots-signs.com"
# Install apache, PHP, and supplimentary programs. # Install apache, PHP, and supplimentary programs.
RUN apt update && \ RUN apt update && \