diff --git a/images/image-awaiter/Dockerfile b/images/image-awaiter/Dockerfile index 4a0735fd8a..0e0e301ca9 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.18 -# VULN_SCAN_TIME= +# VULN_SCAN_TIME=2024-10-21_05:05:35 WORKDIR /build COPY *.mod \