diff --git a/Dockerfile b/Dockerfile index 46024a7..35276c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # This image is the base image for all s2i configurable container images. -FROM registry.fedoraproject.org/fedora:28 +FROM registry.fedoraproject.org/fedora:29 ENV SUMMARY="Base image with essential libraries and tools used as a base for \ builder images like perl, python, ruby, etc." \