diff --git a/Dockerfile b/Dockerfile index 6cecf09..60627fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,9 +48,9 @@ RUN npm run publish # Stage 3 # Build the CMS container -FROM debian:bullseye-slim -MAINTAINER Xibo Signage -LABEL org.opencontainers.image.authors="support@xibosignage.com" +FROM debian:latest +MAINTAINER OTS Signs +LABEL org.opencontainers.image.authors="contact@ots-signs.com" # Install apache, PHP, and supplimentary programs. RUN apt update && \