From f913f195d731e1e197d5a6740ebd50ec901d06d4 Mon Sep 17 00:00:00 2001 From: Jacob Alberty Date: Sat, 10 Feb 2024 09:59:38 -0600 Subject: [PATCH] Use firebird 5 source --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a2fafb5..35f389a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ARG BUILDPLATFORM ENV PREFIX=/usr/local/firebird ENV VOLUME=/firebird ENV DEBIAN_FRONTEND noninteractive -ENV FBURL=https://github.com/FirebirdSQL/firebird/releases/download/v4.0.2/Firebird-4.0.2.2816-0.tar.xz +ENV FBURL=https://github.com/FirebirdSQL/firebird/releases/download/v5.0.0/Firebird-5.0.0.1306-0-source.tar.xz ENV DBPATH=/firebird/data COPY fixes /home/fixes