From bd9f95851c6d61c0cc0bac0eade8824ced592524 Mon Sep 17 00:00:00 2001 From: Kraiem Taha Yassine Date: Wed, 8 Jan 2025 16:28:07 +0100 Subject: [PATCH] Dev (#2927) * feat(chalice): autocomplete return top 10 with stats * fix(chalice): fixed autocomplete top 10 meta-filters * refactor(chalice): upgraded docker base image refactor(crons): upgraded docker base image refactor(alerts): upgraded docker base image --- api/Dockerfile | 2 +- api/Dockerfile_alerts | 2 +- ee/api/Dockerfile | 2 +- ee/api/Dockerfile_alerts | 2 +- ee/api/Dockerfile_crons | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/Dockerfile b/api/Dockerfile index 43e1df99a..232805144 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-alpine +FROM python:3.12-alpine LABEL Maintainer="Rajesh Rajendran" LABEL Maintainer="KRAIEM Taha Yassine" ARG GIT_SHA diff --git a/api/Dockerfile_alerts b/api/Dockerfile_alerts index 2435d31de..fb9c5f72f 100644 --- a/api/Dockerfile_alerts +++ b/api/Dockerfile_alerts @@ -1,4 +1,4 @@ -FROM python:3.11-alpine +FROM python:3.12-alpine LABEL Maintainer="Rajesh Rajendran" LABEL Maintainer="KRAIEM Taha Yassine" ARG GIT_SHA diff --git a/ee/api/Dockerfile b/ee/api/Dockerfile index 86071c52f..3d54c65dc 100644 --- a/ee/api/Dockerfile +++ b/ee/api/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-alpine +FROM python:3.12-alpine LABEL Maintainer="KRAIEM Taha Yassine" RUN apk add --no-cache build-base libressl libffi-dev libressl-dev libxslt-dev libxml2-dev xmlsec-dev xmlsec tini diff --git a/ee/api/Dockerfile_alerts b/ee/api/Dockerfile_alerts index 49f89c6ff..6ae93f936 100644 --- a/ee/api/Dockerfile_alerts +++ b/ee/api/Dockerfile_alerts @@ -1,4 +1,4 @@ -FROM python:3.11-alpine +FROM python:3.12-alpine LABEL Maintainer="Rajesh Rajendran" LABEL Maintainer="KRAIEM Taha Yassine" RUN apk add --no-cache build-base tini diff --git a/ee/api/Dockerfile_crons b/ee/api/Dockerfile_crons index a4d76751e..fc8f11515 100644 --- a/ee/api/Dockerfile_crons +++ b/ee/api/Dockerfile_crons @@ -1,4 +1,4 @@ -FROM python:3.11-alpine +FROM python:3.12-alpine LABEL Maintainer="Rajesh Rajendran" LABEL Maintainer="KRAIEM Taha Yassine" RUN apk add --no-cache build-base tini