Skip to content

Commit

Permalink
chore(deps): update debian docker tag to v12.5 (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 13, 2024
1 parent 86a34f5 commit b02fb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/conductor/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ COPY bin/conductor/src/lib.rs bin/conductor/src/lib.rs
RUN touch bin/conductor/src/main.rs bin/conductor/src/lib.rs
RUN cargo build --release --bin conductor

FROM debian:12.4
FROM debian:12.5

RUN apt-get update -y && apt-get install -y ca-certificates

Expand Down

0 comments on commit b02fb6d

Please sign in to comment.