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 Apr 12, 2023
1 parent 29caec5 commit d95075b
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 @@ -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

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 d95075b

Please sign in to comment.