Often times a Dockerfile will install additional packages. When new versions of those packages are made available from the distro repository, it's necessary to rebuild the Dockerfile to get the packages upgraded. This action should support such a scenario so that it can automatically trigger a rebuild.
Often times a Dockerfile will install additional packages. When new versions of those packages are made available from the distro repository, it's necessary to rebuild the Dockerfile to get the packages upgraded. This action should support such a scenario so that it can automatically trigger a rebuild.