From f43f9ef3c016d90576f4fb733eacc9443a1ea0b4 Mon Sep 17 00:00:00 2001
From: Nicola Stoira <nicola.stoira@accenture.com>
Date: Tue, 8 Apr 2025 14:38:22 +0200
Subject: [PATCH] Update api and setup Docker base image

---
 api/Dockerfile   | 2 +-
 setup/Dockerfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/api/Dockerfile b/api/Dockerfile
index e812f66c..7bc18448 100644
--- a/api/Dockerfile
+++ b/api/Dockerfile
@@ -11,7 +11,7 @@
 # along with this program; if not, see <http://www.gnu.org/licenses/>.
 #
 
-FROM registry.dcc.sib.swiss/sphn-semantic-framework/sphn-connector/python:3.10.15-alpine3.20
+FROM registry.dcc.sib.swiss/sphn-semantic-framework/sphn-connector/python:3.10.16-alpine3.20
 
 ENV CODE=/home/sphn/code
 ENV HOME=/home/sphn
diff --git a/setup/Dockerfile b/setup/Dockerfile
index 3742416e..35be8e6b 100644
--- a/setup/Dockerfile
+++ b/setup/Dockerfile
@@ -12,7 +12,7 @@
 #
 
 # Use an official Python runtime as a parent image
-FROM registry.dcc.sib.swiss/sphn-semantic-framework/sphn-connector/python:3.10.15-alpine3.20
+FROM registry.dcc.sib.swiss/sphn-semantic-framework/sphn-connector/python:3.10.16-alpine3.20
 
 RUN apk update && apk add --no-cache --upgrade libcrypto3 libssl3 libexpat=2.7.0-r0
 
-- 
GitLab