From 0684633a420644645e411e6660c33133a04ac28b Mon Sep 17 00:00:00 2001 From: Ioannis Foukarakis Date: Mon, 7 Oct 2024 17:02:29 +0300 Subject: [PATCH] Chore: update base image --- Makefile | 2 +- build/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 120677023..1da519747 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ DOCKER_REGISTRY_PERMIFROST_REPO ?= mattermost/${PERMIFROST_NAME} DOCKER_USER ?= user DOCKER_PASSWORD ?= password ## Docker Images -DOCKER_IMAGE_PYTHON += "python:3.10.13-slim@sha256:4a5330e9f281d53214299d80d98198dcda3ce97ada3f3d48f2e617d43a6e15b3" +DOCKER_IMAGE_PYTHON += "python:3.10.15-slim@sha256:1eb5d76bf3e9e612176ebf5eadf8f27ec300b7b4b9a99f5856f8232fd33aa16e" DOCKER_IMAGE_DOCKERLINT += "hadolint/hadolint:v2.9.2@sha256:d355bd7df747a0f124f3b5e7b21e9dafd0cb19732a276f901f0fdee243ec1f3b" DOCKER_IMAGE_COSIGN += "bitnami/cosign:1.8.0@sha256:8c2c61c546258fffff18b47bb82a65af6142007306b737129a7bd5429d53629a" diff --git a/build/Dockerfile b/build/Dockerfile index 24694415d..7412051cb 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -ARG PYTHON_IMAGE=python:3.10.13-slim@sha256:4a5330e9f281d53214299d80d98198dcda3ce97ada3f3d48f2e617d43a6e15b3 +ARG PYTHON_IMAGE=python:3.10.15-slim@sha256:1eb5d76bf3e9e612176ebf5eadf8f27ec300b7b4b9a99f5856f8232fd33aa16e ## ---------------------------base stage ----------------------------- ##