Skip to content

Commit

Permalink
Docker: Update pin image for tauri 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi311 committed Sep 10, 2024
1 parent 2e63011 commit 582ec1a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM luigi311/tanoshi-builder:sha-6116733-slim AS base

# Frontend planner
FROM luigi311/tanoshi-builder:latest AS planner
FROM base AS planner

COPY . .

Expand All @@ -8,7 +10,7 @@ RUN cargo chef prepare --recipe-path recipe.json


# Backend builder
FROM luigi311/tanoshi-builder:latest AS builder
FROM base AS builder

COPY --from=planner /app/recipe.json recipe.json
RUN cargo chef cook --release --recipe-path recipe.json
Expand Down

0 comments on commit 582ec1a

Please sign in to comment.