Skip to content

Commit 0111d77

Browse files
authored
ci: fix docker containers builder runner mismatch (#289)
1 parent 7339fb3 commit 0111d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ COPY . .
55
RUN cargo build -p refinery_cli --release --all-features
66

77

8-
FROM debian:bullseye-slim AS runtime
8+
FROM debian:stable-slim AS runtime
99
COPY --from=builder /app/target/release/refinery /usr/local/bin
1010
ENTRYPOINT ["/usr/local/bin/refinery"]

0 commit comments

Comments
 (0)