From ca4b5c4c9739f90859b1ad2fd02c25186a08aff9 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Mon, 23 Sep 2024 12:05:25 +0100 Subject: [PATCH] updated Dockerfile --- devops-python-tools-alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devops-python-tools-alpine/Dockerfile b/devops-python-tools-alpine/Dockerfile index ebb6f72b7..7373ea080 100644 --- a/devops-python-tools-alpine/Dockerfile +++ b/devops-python-tools-alpine/Dockerfile @@ -13,7 +13,7 @@ # Alpine's underlying libraries are causing find_active_server.py --https mode to run all threads concurrently without respecting the --num causing indeterministic results and failing tests/test_find_active_server.sh # nosemgrep: dockerfile.audit.dockerfile-source-not-pinned.dockerfile-source-not-pinned -FROM alpine:3.12 +FROM alpine:3.20 LABEL org.opencontainers.image.description="Python Tools (Alpine)" \ org.opencontainers.image.authors="Hari Sekhon (https://www.linkedin.com/in/HariSekhon)" \