chore: fix Docker build (#3594)

This commit is contained in:
Alejandro González
2025-05-02 17:40:34 +02:00
committed by GitHub
parent f932ce7706
commit 9821737431
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
FROM rust:1.82.0 as build FROM rust:1.86.0 AS build
ENV PKG_CONFIG_ALLOW_CROSS=1 ENV PKG_CONFIG_ALLOW_CROSS=1
WORKDIR /usr/src/daedalus WORKDIR /usr/src/daedalus

View File

@@ -1,4 +1,4 @@
FROM rust:1.84.0 as build FROM rust:1.86.0 AS build
ENV PKG_CONFIG_ALLOW_CROSS=1 ENV PKG_CONFIG_ALLOW_CROSS=1
WORKDIR /usr/src/labrinth WORKDIR /usr/src/labrinth