From 5e7fca0c8503a7e066fe7bdc0523eb2c6883151a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 03:26:56 +0000 Subject: [PATCH] build(deps): bump rust from 1.74.0-alpine3.18 to 1.77.2-alpine3.18 Bumps rust from 1.74.0-alpine3.18 to 1.77.2-alpine3.18. --- updated-dependencies: - dependency-name: rust dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index da92a5b..e2f74fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # (c) Copyright 2019-2024 OLX # We are manually installing and configuring libvips and each required package because previously when trying to use # the community built bundles (i.e. vips and vips-heif) the performace of Dali has been significantly degraded. -FROM rust:1.74.0-alpine3.18 as build +FROM rust:1.77.2-alpine3.18 as build WORKDIR /usr/src/dali RUN apk add --update --no-cache --repository https://dl-cdn.alpinelinux.org/alpine/v3.18/main \