diff --git a/images/nova/Dockerfile b/images/nova/Dockerfile index 1d460e2..af13d0d 100644 --- a/images/nova/Dockerfile +++ b/images/nova/Dockerfile @@ -39,7 +39,7 @@ FROM nova-base AS nova-scheduler COPY nova-scheduler /usr/local/bin/nova-scheduler CMD ["/usr/local/bin/nova-scheduler"] -FROM debian:10-slim AS novnc-builder +FROM debian:13-slim AS novnc-builder ADD https://github.com/novnc/noVNC/archive/v1.2.0.tar.gz novnc.tgz RUN tar -xvzf novnc.tgz