matrix: fix docker build

This commit is contained in:
l5y
2025-12-16 18:55:40 +01:00
parent e74f985630
commit 2e78fa7a3a

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM rust:1.79-bookworm AS builder
FROM rust:1.91-bookworm AS builder
WORKDIR /app