Skip to content

Commit 45f1021

Browse files
authored
Merge branch 'master' into dependabot/bundler/net-imap-0.5.6
2 parents 9447b79 + 7612947 commit 45f1021

File tree

4 files changed

+15
-18
lines changed

4 files changed

+15
-18
lines changed

Dockerfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
FROM alpine:3.20 AS alpine
22

3-
FROM ubuntu:20.04 AS bbb-playback
3+
FROM ubuntu:22.04 AS bbb-playback
44
ENV DEBIAN_FRONTEND=noninteractive
55
RUN apt-get update \
66
&& apt-get install -y language-pack-en \
77
&& update-locale LANG=en_US.UTF-8
88
ENV LANG=en_US.UTF-8
99
RUN apt-get update \
1010
&& apt-get install -y software-properties-common curl net-tools nginx
11-
RUN add-apt-repository -y ppa:bigbluebutton/support
12-
13-
RUN apt-get update \
11+
RUN add-apt-repository -y ppa:rmescandon/yq \
12+
&& apt-get update \
1413
&& apt-get install -y yq
1514
RUN curl -sL https://ubuntu.bigbluebutton.org/repo/bigbluebutton.asc | apt-key add - \
16-
&& echo "deb https://ubuntu.bigbluebutton.org/focal-260 bigbluebutton-focal main" >/etc/apt/sources.list.d/bigbluebutton.list
15+
&& echo "deb https://ubuntu.bigbluebutton.org/jammy-300 bigbluebutton-jammy main" >/etc/apt/sources.list.d/bigbluebutton.list
1716
RUN useradd --system --user-group --home-dir /var/bigbluebutton bigbluebutton
1817
RUN touch /.dockerenv
1918
RUN apt-get update \

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ GEM
130130
net-smtp
131131
marcel (1.0.4)
132132
mini_mime (1.1.5)
133-
mini_portile2 (2.8.7)
133+
mini_portile2 (2.8.8)
134134
minitest (5.25.1)
135135
minitest-stub_any_instance (1.0.3)
136136
msgpack (1.7.0)
@@ -144,7 +144,7 @@ GEM
144144
net-smtp (0.5.0)
145145
net-protocol
146146
nio4r (2.7.3)
147-
nokogiri (1.16.7)
147+
nokogiri (1.18.3)
148148
mini_portile2 (~> 2.8.2)
149149
racc (~> 1.4)
150150
parallel (1.22.1)
@@ -157,7 +157,7 @@ GEM
157157
puma (6.4.3)
158158
nio4r (~> 2.0)
159159
racc (1.8.1)
160-
rack (3.1.8)
160+
rack (3.1.10)
161161
rack-session (2.0.0)
162162
rack (>= 3.0.0)
163163
rack-test (2.1.0)
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
FROM alpine:3.20 AS alpine
22

3-
FROM ubuntu:20.04 AS bbb-playback
3+
FROM ubuntu:22.04 AS bbb-playback
44
ENV DEBIAN_FRONTEND=noninteractive
55
RUN apt-get update \
66
&& apt-get install -y language-pack-en \
77
&& update-locale LANG=en_US.UTF-8
88
ENV LANG=en_US.UTF-8
99
RUN apt-get update \
1010
&& apt-get install -y software-properties-common curl net-tools nginx
11-
RUN add-apt-repository -y ppa:bigbluebutton/support
12-
13-
RUN apt-get update \
11+
RUN add-apt-repository -y ppa:rmescandon/yq \
12+
&& apt-get update \
1413
&& apt-get install -y yq
1514
RUN curl -sL https://ubuntu.bigbluebutton.org/repo/bigbluebutton.asc | apt-key add - \
16-
&& echo "deb https://ubuntu.bigbluebutton.org/focal-260 bigbluebutton-focal main" >/etc/apt/sources.list.d/bigbluebutton.list
15+
&& echo "deb https://ubuntu.bigbluebutton.org/jammy-300 bigbluebutton-jammy main" >/etc/apt/sources.list.d/bigbluebutton.list
1716
RUN useradd --system --user-group --home-dir /var/bigbluebutton bigbluebutton
1817
RUN touch /.dockerenv
1918
RUN apt-get update \
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
FROM amazonlinux:2.0.20240620.0 AS amazonlinux
22
SHELL ["/bin/bash", "-c"]
33

4-
FROM ubuntu:20.04 AS bbb-playback
4+
FROM ubuntu:22.04 AS bbb-playback
55
ENV DEBIAN_FRONTEND=noninteractive
66
RUN apt-get update \
77
&& apt-get install -y language-pack-en \
88
&& update-locale LANG=en_US.UTF-8
99
ENV LANG=en_US.UTF-8
1010
RUN apt-get update \
1111
&& apt-get install -y software-properties-common curl net-tools nginx
12-
RUN add-apt-repository -y ppa:bigbluebutton/support
13-
14-
RUN apt-get update \
12+
RUN add-apt-repository -y ppa:rmescandon/yq \
13+
&& apt-get update \
1514
&& apt-get install -y yq
1615
RUN curl -sL https://ubuntu.bigbluebutton.org/repo/bigbluebutton.asc | apt-key add - \
17-
&& echo "deb https://ubuntu.bigbluebutton.org/focal-260 bigbluebutton-focal main" >/etc/apt/sources.list.d/bigbluebutton.list
16+
&& echo "deb https://ubuntu.bigbluebutton.org/jammy-300 bigbluebutton-jammy main" >/etc/apt/sources.list.d/bigbluebutton.list
1817
RUN useradd --system --user-group --home-dir /var/bigbluebutton bigbluebutton
1918
RUN touch /.dockerenv
2019
RUN apt-get update \

0 commit comments

Comments
 (0)