Skip to content

Commit

Permalink
Merge pull request #9 from adrianhernandez-stratio/0.1/EOS-5453
Browse files Browse the repository at this point in the history
[EOS-5453] Solve anchore report vulnerabilities
  • Loading branch information
Adrián Hernández authored Sep 15, 2021
2 parents 2280556 + 2003049 commit 0091f99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 0.1.0 (August 19, 2021)

* [EOS-5453] Solve anchore report vulnerabilities
* [EOS-5172] Capsule error 500 when has deployed with more than one replica
* Adapt to Stratio CICD flow
* Add system-user-group as exception of capsule-user-group
Expand Down
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ 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.11
FROM alpine:3.13
# Upgrade packages for vulnerabilities
RUN apk update && apk upgrade

WORKDIR /
COPY --from=builder /workspace/manager .

Expand Down

0 comments on commit 0091f99

Please sign in to comment.