This commit is contained in:
renovate[bot] 2025-03-29 11:38:48 +00:00 committed by GitHub
commit 85c9899d4a
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"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Setup base # Setup base
ARG OVERSEERR_VERSION=1.33.2 ARG OVERSEERR_VERSION=1.34.0
ENV COMMIT_TAG=v${OVERSEERR_VERSION} ENV COMMIT_TAG=v${OVERSEERR_VERSION}
# hadolint ignore=DL3003,DL3042 # hadolint ignore=DL3003,DL3042
RUN \ RUN \