Update docker
All checks were successful
CI / build-test (push) Successful in 3m10s

This commit is contained in:
Brock H Caldwell
2026-03-09 13:14:27 -05:00
parent 86ea9d5b38
commit 554b7774f6
2 changed files with 2 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ FROM code.caldwell.digital/home/torsearch-app:${APP_VERSION} AS app_image
FROM code.caldwell.digital/home/torsearch-base-worker-supervisord:latest
# Set the APP_VERSION in the image
ARG APP_VERSION="latest"
ENV APP_VERSION=${APP_VERSION}
ARG TMDB_API=""