From 9cb0cf07cd0eb99f25eaf71b441ccb713ec240b9 Mon Sep 17 00:00:00 2001 From: Mike Schiessl Date: Mon, 17 Jun 2024 11:55:33 +0200 Subject: [PATCH] last minute change to python 3.12.4 docker image --- Dockerfile | 2 +- docs/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bdc38d9..ad2213d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.3-slim-bookworm +FROM python:3.12.4-slim-bookworm LABEL MAINTAINER="Mike Schiessl - mike.schiessl@akamai.com" LABEL APP_LONG="Akamai Universal Log Streamer" LABEL APP_SHORT="ULS" diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f88a031..c6a4c3a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -9,7 +9,7 @@ - New Input & Feed available - Akamai Control Center Events - **Minor improvements** - - [docker] Bumped Python version to 3.12.3 + - [docker] Bumped Python version to 3.12.4 - [docker] bumped CLI-EAA to "0.6.9" - [HYDROLIX documentation](SIEM/HYDROLIX/README.md) added to the SIEM integrations