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

Commit e218a0c

Browse files
authored
Merge pull request #7 from genodeftest/update-fedora
Update to Fedora 30
2 parents 6c4de94 + 93da479 commit e218a0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.fedora28 renamed to Dockerfile.fedora30

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

2-
FROM docker.io/fedora:28
2+
FROM docker.io/fedora:30
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:-debian9 debian10 fedora28 fedora29 ubuntu18.04 ubuntu19.04}
5+
TOBUILD=${1:-debian9 debian10 fedora29 fedora30 ubuntu18.04 ubuntu19.04}
66
BASE=docker.io/exaile/gst-python
77

88
for i in ${TOBUILD}; do

0 commit comments

Comments
 (0)