From 772cf8152e1c4d71967b169c7dca2ddb99909892 Mon Sep 17 00:00:00 2001 From: Lukas Prettenthaler Date: Tue, 12 Dec 2023 16:43:05 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0c0b9e0..d29005f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM registry.fedoraproject.org/fedora-minimal:39 as build -ARG VERSION=2.9.2 +ARG VERSION=2.9.3 WORKDIR /src