diff --git a/Dockerfile.revad-eos b/Dockerfile.revad-eos index 1b0523d155..f8ab28f311 100644 --- a/Dockerfile.revad-eos +++ b/Dockerfile.revad-eos @@ -16,7 +16,7 @@ # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. -FROM gitlab-registry.cern.ch/dss/eos/eos-slim:4.8.54 +FROM gitlab-registry.cern.ch/dss/eos/eos-all:4.8.66 RUN yum -y update && yum clean all diff --git a/changelog/unreleased/eos-all-image.md b/changelog/unreleased/eos-all-image.md new file mode 100644 index 0000000000..faa7b3df38 --- /dev/null +++ b/changelog/unreleased/eos-all-image.md @@ -0,0 +1,3 @@ +Bugfix: Use `eos-all` parent image + +https://github.com/cs3org/reva/pull/2860 \ No newline at end of file