bumped rust in docker image

This commit is contained in:
Eugene 2024-07-16 12:44:23 +02:00
parent 0454a88077
commit f8ab80b159
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4

View file

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.3-labs
FROM rust:1.72.1-bullseye AS build
FROM rust:1.79.0-bullseye AS build
ENV DEBIAN_FRONTEND noninteractive