From cae22404141bc8ee4470850b68040fee552e809f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 21 Feb 2025 05:02:17 +0000 Subject: [PATCH] chore(deps): update rust docker tag to v1.85 --- .woodpecker/.build.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/.build.yml b/.woodpecker/.build.yml index cb2517e..76eadd4 100644 --- a/.woodpecker/.build.yml +++ b/.woodpecker/.build.yml @@ -4,7 +4,7 @@ branches: pipeline: build: - image: 'rust:1.83-alpine3.21' + image: 'rust:1.85-alpine3.21' commands: - apk add build-base - cargo build diff --git a/Dockerfile b/Dockerfile index 9b64364..349a6c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.83-alpine3.21 AS builder +FROM rust:1.85-alpine3.21 AS builder ARG DI_VER=1.2.5