1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

docker: switch to fedora 29

This commit is contained in:
Steffen Vogel 2018-10-04 00:43:54 +02:00
parent 6954f8bb78
commit 091fe0dc0a
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ RUN cmake -DCPACK_GENERATOR=RPM ..
RUN make -j$(nproc) doc
RUN make -j$(nproc) package
FROM fedora:28
FROM fedora:29
# Some of the dependencies are only available in our own repo
ADD https://packages.fein-aachen.org/redhat/fein.repo /etc/yum.repos.d/

View file

@ -28,7 +28,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
###################################################################################
FROM fedora:28
FROM fedora:29
ARG GIT_REV=unknown
ARG GIT_BRANCH=unknown