Pull in latest TB image for example docker setups.

This commit is contained in:
Sebastian Jeltsch
2025-03-20 23:26:06 +01:00
parent e59913c7f4
commit 8fbea2421b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ RUN pnpm install --no-frozen-lockfile
RUN pnpm build
FROM trailbase/trailbase:0.8.0 AS base
FROM trailbase/trailbase:latest AS base
WORKDIR /app
+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:latest AS base
USER root
RUN apk add --no-cache sqlite