⬆️ Update sct/overseerr to v1.34.0

This commit is contained in:
renovate[bot] 2025-03-29 11:38:45 +00:00 committed by GitHub
parent 831cbeed79
commit d7f53255fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ FROM ${BUILD_FROM}
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Setup base
ARG OVERSEERR_VERSION=1.33.2
ARG OVERSEERR_VERSION=1.34.0
ENV COMMIT_TAG=v${OVERSEERR_VERSION}
# hadolint ignore=DL3003,DL3042
RUN \