From 2bf728ddf7ea2b2e1e43e37965f729e482a80c7e Mon Sep 17 00:00:00 2001 From: Mark Calvert Date: Thu, 21 Mar 2024 12:10:21 +1300 Subject: [PATCH] Update OpenFisca Core Version to 41.4.3 --- images/rules-as-code/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/rules-as-code/Dockerfile b/images/rules-as-code/Dockerfile index 6965a94..55229f9 100644 --- a/images/rules-as-code/Dockerfile +++ b/images/rules-as-code/Dockerfile @@ -1,7 +1,7 @@ FROM uselagoon/python-3.11:latest ENV COUNTRY_TEMPLATE_VERSION=6.0.1 -ENV OPENFISCA_CORE_VERSION=41.4.2 +ENV OPENFISCA_CORE_VERSION=41.4.3 ENV COUNTRY_NAME=rules # tells the local development environment on which port we are running ENV LAGOON_LOCALDEV_HTTP_PORT=8800