Compare commits

...

1 Commits

Author SHA1 Message Date
l5y 09c75fae44 matrix: fix docker build 2025-12-16 18:55:40 +01:00
+1 -1
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