From 51e0f8f1ca6e21d1b4b4335d6bc4f9c5832998bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 07:13:13 +0000 Subject: [PATCH] Update rust Docker tag to v1.73.0 --- Dockerfile | 2 +- alpine.Dockerfile | 2 +- debian.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index e2fd776..c2a6325 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.72.1-alpine3.18 as build +FROM rust:1.73.0-alpine3.18 as build ARG QUICHE_VERSION=0.18.0 ARG CURL_VERSION=curl-8_3_0 diff --git a/alpine.Dockerfile b/alpine.Dockerfile index f7018d6..58986a5 100644 --- a/alpine.Dockerfile +++ b/alpine.Dockerfile @@ -1,4 +1,4 @@ -FROM --platform="$BUILDPLATFORM" rust:1.72.1-alpine3.17 as quiche-build +FROM --platform="$BUILDPLATFORM" rust:1.73.0-alpine3.17 as quiche-build ARG QUICHE_VERSION=0.18.0 \ TARGETARCH diff --git a/debian.Dockerfile b/debian.Dockerfile index e1dadcf..b736502 100644 --- a/debian.Dockerfile +++ b/debian.Dockerfile @@ -1,4 +1,4 @@ -FROM --platform="$BUILDPLATFORM" rust:1.72.1 as quiche-build +FROM --platform="$BUILDPLATFORM" rust:1.73.0 as quiche-build ARG QUICHE_VERSION=0.18.0 \ TARGETARCH