diff --git a/Dockerfile b/Dockerfile index 60627fd..5dd8982 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,7 +48,7 @@ RUN npm run publish # Stage 3 # Build the CMS container -FROM debian:latest +FROM ubuntu:24.04 MAINTAINER OTS Signs LABEL org.opencontainers.image.authors="contact@ots-signs.com"