From 5503146a3c69f409bc95b9ef4232106974e8880c Mon Sep 17 00:00:00 2001 From: JupterHub Bot Account <105740858+jupyterhub-bot@users.noreply.github.com> Date: Mon, 14 Apr 2025 05:06:05 +0000 Subject: [PATCH] Patch known vulnerability in image-awaiter --- images/image-awaiter/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/image-awaiter/Dockerfile b/images/image-awaiter/Dockerfile index e07c2f4f06..89c66a1023 100644 --- a/images/image-awaiter/Dockerfile +++ b/images/image-awaiter/Dockerfile @@ -1,7 +1,7 @@ # compile the code to an executable using an intermediary image FROM golang:1.23 -# VULN_SCAN_TIME=2025-02-10_05:05:06 +# VULN_SCAN_TIME=2025-04-14_05:06:04 WORKDIR /build COPY *.mod \