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

Commit 7e2bbc8

Browse files
committed
Ubuntu: Update to more recent versions
1 parent da504d2 commit 7e2bbc8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile.ubuntu16.04 renamed to Dockerfile.ubuntu19.04

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM docker.io/ubuntu:xenial
2+
FROM docker.io/ubuntu:19.04
33
MAINTAINER Dustin Spicuzza <dustin@virtualroadside.com>
44

55
RUN true \
@@ -29,4 +29,4 @@ ENV PULSE_SERVER /run/pulse/native
2929
COPY src/entrypoint.sh /entrypoint.sh
3030
ENTRYPOINT ["/entrypoint.sh"]
3131

32-
CMD /bin/bash
32+
CMD /bin/bash

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

88
for i in ${TOBUILD}; do

0 commit comments

Comments
 (0)