We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ccd5e commit 323fa79Copy full SHA for 323fa79
1 file changed
docker-compose.yml
@@ -135,7 +135,7 @@ services:
135
# The default below is rewritten on every merge to main by
136
# .github/workflows/app-version.yml — it is the version local builds bake in.
137
# Export APP_VERSION to override (CI passes the live `git describe` for GHCR images).
138
- VITE_APP_VERSION: ${APP_VERSION:-v0.1.1-175-ge1f51b0}
+ VITE_APP_VERSION: ${APP_VERSION:-v0.1.1-177-g27ccd5e}
139
container_name: tracepcap-nginx
140
environment:
141
# Memory allocation — nginx body limit and timeouts derived from this
0 commit comments