Skip to content

Commit

Permalink
chore(deps): update rust docker tag to v1.68.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 28, 2023
1 parent 97b09e0 commit 9697725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redash-searcher-sync/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ref: https://dev.to/rogertorres/first-steps-with-docker-rust-30oi
FROM rust:1.66.0-bullseye as build
FROM rust:1.68.2-bullseye as build

RUN USER=root cargo new --bin redash-searcher-sync
WORKDIR /redash-searcher-sync
Expand Down

0 comments on commit 9697725

Please sign in to comment.