Worker Dockerfile: bruk rust:1-bookworm for nyeste stable
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a6bc256ef1
commit
f32aa63bc3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM rust:1.87-bookworm AS build
|
FROM rust:1-bookworm AS build
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY Cargo.toml Cargo.lock* ./
|
COPY Cargo.toml Cargo.lock* ./
|
||||||
# Dummy main for dependency caching
|
# Dummy main for dependency caching
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue