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
# Build the CMS container
FROM debian:bullseye-slim
MAINTAINER Xibo Signage <support@xibosignage.com>
LABEL org.opencontainers.image.authors="support@xibosignage.com"
FROM debian:latest
MAINTAINER OTS Signs <contact@ots-signs.com>
LABEL org.opencontainers.image.authors="contact@ots-signs.com"
# Install apache, PHP, and supplimentary programs.
RUN apt update && \