Skip to content

Commit

Permalink
Update rust Docker tag to v1.83
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 2, 2024
1 parent 72e0e11 commit c9d2640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/docker/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM rust:1.78-slim-bullseye AS build
FROM rust:1.83-slim-bullseye AS build

ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && apt upgrade -y && apt install -y curl libssl-dev libarchive-tools pkg-config protobuf-compiler libgit2
Expand Down

0 comments on commit c9d2640

Please sign in to comment.