Skip to content

Commit

Permalink
Fix vulnerabilities (#23)
Browse files Browse the repository at this point in the history
* Fix vulnerabilities

* Force PR build
  • Loading branch information
unai-ttxu authored and Adrián Hernández committed Oct 20, 2023
1 parent 47e6447 commit 4284523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH 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

Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 4284523

Please sign in to comment.