mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-05-04 23:49:58 -05:00
Pull in latest TB image for example docker setups.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user