Fix: Bump trail to latest and working version (0.8.0)

This commit is contained in:
Mark Percival
2025-03-20 15:36:45 -04:00
committed by Sebastian Jeltsch
parent 8a136fdb36
commit e59913c7f4
+1 -1
View File
@@ -10,7 +10,7 @@ RUN pnpm install --no-frozen-lockfile
RUN pnpm build
FROM trailbase/trailbase:0.2.2 AS base
FROM trailbase/trailbase:0.8.0 AS base
WORKDIR /app