Update Dockerfile
This commit is contained in:
@@ -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 && \
|
||||||
|
|||||||
Reference in New Issue
Block a user