diff --git a/vhs.Dockerfile b/vhs.Dockerfile index 0f28b76..169e4e1 100644 --- a/vhs.Dockerfile +++ b/vhs.Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/charmbracelet/vhs:v0.9.0 as vhs +FROM ghcr.io/charmbracelet/vhs:v0.10.0 as vhs RUN export DEBIAN_FRONTEND=noninteractive && \ apt-get update && \