From cd20003a45e9f5ad4205a898ff2c7418118c6a5a Mon Sep 17 00:00:00 2001 From: Taha Yassine Kraiem Date: Wed, 9 Mar 2022 13:27:56 +0100 Subject: [PATCH] feat(api): upgrade python base image feat(alerts): upgrade python base image --- api/Dockerfile | 2 +- api/Dockerfile.alerts | 2 +- api/Dockerfile.bundle | 2 +- ee/api/Dockerfile | 2 +- ee/api/Dockerfile.alerts | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/Dockerfile b/api/Dockerfile index a8d6210a0..780518ff3 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9.7-slim +FROM python:3.9.10-slim LABEL Maintainer="Rajesh Rajendran" LABEL Maintainer="KRAIEM Taha Yassine" WORKDIR /work diff --git a/api/Dockerfile.alerts b/api/Dockerfile.alerts index 7bff6a9dc..ed8f06eac 100644 --- a/api/Dockerfile.alerts +++ b/api/Dockerfile.alerts @@ -1,4 +1,4 @@ -FROM python:3.9.7-slim +FROM python:3.9.10-slim LABEL Maintainer="Rajesh Rajendran" LABEL Maintainer="KRAIEM Taha Yassine" WORKDIR /work diff --git a/api/Dockerfile.bundle b/api/Dockerfile.bundle index a1577d8c3..e5ccd23f6 100644 --- a/api/Dockerfile.bundle +++ b/api/Dockerfile.bundle @@ -1,4 +1,4 @@ -FROM python:3.9.7-slim +FROM python:3.9.10-slim LABEL Maintainer="Rajesh Rajendran" WORKDIR /work COPY . . diff --git a/ee/api/Dockerfile b/ee/api/Dockerfile index 284d752ff..cca6e6806 100644 --- a/ee/api/Dockerfile +++ b/ee/api/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9.7-slim +FROM python:3.9.10-slim LABEL Maintainer="Rajesh Rajendran" LABEL Maintainer="KRAIEM Taha Yassine" RUN apt-get update && apt-get install -y pkg-config libxmlsec1-dev gcc && rm -rf /var/lib/apt/lists/* diff --git a/ee/api/Dockerfile.alerts b/ee/api/Dockerfile.alerts index 5809de5e6..9be6ebc93 100644 --- a/ee/api/Dockerfile.alerts +++ b/ee/api/Dockerfile.alerts @@ -1,4 +1,4 @@ -FROM python:3.9.7-slim +FROM python:3.9.10-slim LABEL Maintainer="Rajesh Rajendran" LABEL Maintainer="KRAIEM Taha Yassine" RUN apt-get update && apt-get install -y pkg-config libxmlsec1-dev gcc && rm -rf /var/lib/apt/lists/*