Skip to content

Commit 72257f4

Browse files
Update debian Docker tag to v12.11 (#698)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e55fc56 commit 72257f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

federation/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.10
13+
FROM debian:12.11
1414
COPY --from=builder /usr/src/subgraph/target/release/subgraph /usr/local/bin/subgraph
1515

1616
CMD subgraph

0 commit comments

Comments
 (0)