From d95075bf4dbb6372c0617700672b3eb90bb2e4ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Unai=20Arr=C3=ADen?= Date: Wed, 12 Apr 2023 11:12:20 +0200 Subject: [PATCH] Fix vulnerabilities (#23) * Fix vulnerabilities * Force PR build --- Dockerfile | 2 +- Jenkinsfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index dfaba561..12c1c5af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build \ # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details -FROM alpine:3.13 +FROM alpine:3.17 # Upgrade packages for vulnerabilities RUN apk update && apk upgrade diff --git a/Jenkinsfile b/Jenkinsfile index 04fb89d3..404dfde8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ hose { VERSIONING_TYPE = 'stratioVersion-3-3' UPSTREAM_VERSION = '0.1.3' DEPLOYONPRS = true - GRYPE_TEST = false + GRYPE_TEST = true DEV = { config -> doDocker(conf:config, image:'capsule')