From 72e0e1177c76050533ac80c2ea2e50a87b55ea84 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 2 May 2024 18:01:15 +0000 Subject: [PATCH] Update rust Docker tag to v1.78 --- distribution/docker/alpine.Dockerfile | 2 +- distribution/docker/debian.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/distribution/docker/alpine.Dockerfile b/distribution/docker/alpine.Dockerfile index db34c9a..32c57a2 100644 --- a/distribution/docker/alpine.Dockerfile +++ b/distribution/docker/alpine.Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM rust:1.77-alpine3.18 AS build +FROM rust:1.78-alpine3.18 AS build RUN apk update && apk add --no-cache git ca-certificates curl musl-dev libc6-compat gcompat pkgconfig openssl-dev libgit2 diff --git a/distribution/docker/debian.Dockerfile b/distribution/docker/debian.Dockerfile index d726893..e845d94 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.77-slim-bullseye AS build +FROM rust:1.78-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