diff --git a/distribution/docker/debian.Dockerfile b/distribution/docker/debian.Dockerfile index a89472fb..ea41c91d 100644 --- a/distribution/docker/debian.Dockerfile +++ b/distribution/docker/debian.Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM rust:1.79-slim-bullseye AS build +FROM rust:1.83-slim-bullseye AS build RUN DEBIAN_FRONTEND=noninteractive apt update && DEBIAN_FRONTEND=noninteractive apt install -y git ca-certificates curl pkg-config libssl-dev WORKDIR /build