fix: references correct base image tag

This commit is contained in:
2025-09-15 10:06:35 -05:00
parent af8a30826c
commit 3e4a2d9bb1

View File

@@ -1,4 +1,4 @@
FROM code.caldwell.digital/torsearch/torsearch-base:php8.4
FROM code.caldwell.digital/home/torsearch-base:php8.4
ARG APP_VERSION="0.dev"
ENV APP_VERSION="${APP_VERSION}"