Skip to content

Commit

Permalink
chore(deps): update rust docker tag to v1.85.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 21, 2025
1 parent 1268595 commit b8e441d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#
####

FROM --platform=$BUILDPLATFORM rust:1.82.0-slim AS builder
FROM --platform=$BUILDPLATFORM rust:1.85.0-slim AS builder

WORKDIR /build

Expand Down Expand Up @@ -200,7 +200,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry,sharing=locked \
#
####

FROM rust:1.82.0-slim
FROM rust:1.85.0-slim

# Install extra system dependencies not included in the slim base image.
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
Expand Down

0 comments on commit b8e441d

Please sign in to comment.