Skip to content

Commit 690c0e7

Browse files
Update debian Docker tag to v12.10 (#598)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ef28c38 commit 690c0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

federation-v1/subgraphs/Dockerfile.rust

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COPY subgraph.rs ./
1010
RUN touch subgraph.rs
1111
RUN cargo build --release
1212

13-
FROM debian:12.8
13+
FROM debian:12.10
1414
COPY --from=builder /usr/src/subgraph/target/release/subgraph /usr/local/bin/subgraph
1515

1616
CMD subgraph

0 commit comments

Comments
 (0)