From 82a6d09a7f4565a5964b386c3399b85ac2fb5a17 Mon Sep 17 00:00:00 2001 From: cr0hn Date: Wed, 21 Aug 2024 11:22:57 +0200 Subject: [PATCH] Update base image to v1.3.1 in Dockerfiles Upgraded the base image in both api-security-scan-action-freemium and api-security-audit-action-freemium Dockerfiles from version v1.2.1-rc to v1.3.1. This change ensures the use of the latest features and improvements provided in the updated base image. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 63e83e2..3927835 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM 42crunch/github-api-security-base-image:v1.2.1-rc +FROM 42crunch/github-api-security-base-image:v1.3.1 # # Specific instructions for GitHub