Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Commit 83eb561

Browse files
committed
Fedora: Update to the latest released versions
1 parent aac6e96 commit 83eb561

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.fedora27 renamed to Dockerfile.fedora29

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM docker.io/fedora:27
2+
FROM docker.io/fedora:29
33
MAINTAINER Dustin Spicuzza <dustin@virtualroadside.com>
44

55
RUN true \

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
cd `dirname $0`
44

5-
TOBUILD=${1:-debian8 debian9 fedora27 fedora28 ubuntu16.04 ubuntu18.04}
5+
TOBUILD=${1:-debian8 debian9 fedora28 fedora29 ubuntu16.04 ubuntu18.04}
66
BASE=docker.io/exaile/gst-python
77

88
for i in ${TOBUILD}; do

0 commit comments

Comments
 (0)