Skip to content

Commit

Permalink
docker: bump alpine base image to v3.17 (cs3org#3703)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuAlfageme authored and gmgigi96 committed Jun 28, 2023
1 parent bfb1401 commit de30c76
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions changelog/unreleased/security-update-docker-base.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Enhancement: Bump reva(d) base image to alpine 3.17

Prevents several vulnerabilities from the base image itself:
https://artifacthub.io/packages/helm/cs3org/revad?modal=security-report

https://github.com/cs3org/reva/pull/3703
2 changes: 1 addition & 1 deletion docker/Dockerfile.reva
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# granted to it by virtue of its status as an Intergovernmental Organization
# or submit itself to any jurisdiction.

FROM golang:alpine3.16 as builder
FROM golang:alpine3.17 as builder

RUN apk --no-cache add \
ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.revad
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# granted to it by virtue of its status as an Intergovernmental Organization
# or submit itself to any jurisdiction.

FROM golang:alpine3.16 as builder
FROM golang:alpine3.17 as builder

WORKDIR /home/reva
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.revad-eos
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# granted to it by virtue of its status as an Intergovernmental Organization
# or submit itself to any jurisdiction.

FROM golang:alpine3.16 as builder
FROM golang:alpine3.17 as builder

WORKDIR /home/reva
COPY . .
Expand Down

0 comments on commit de30c76

Please sign in to comment.