Skip to content

Commit

Permalink
revert build ubuntu updates
Browse files Browse the repository at this point in the history
  • Loading branch information
frostbyte73 committed Jul 19, 2024
1 parent 40456a4 commit c3bd9c9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/chrome/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM ubuntu:24.04
FROM ubuntu:22.04

RUN mkdir /chrome-installer
COPY output/arm64 /chrome-installer/arm64
Expand Down
2 changes: 1 addition & 1 deletion build/gstreamer/Dockerfile-base
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:24.04
FROM ubuntu:22.04

ARG GSTREAMER_VERSION

Expand Down
2 changes: 1 addition & 1 deletion build/gstreamer/Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY compile-rs /
RUN /compile
RUN /compile-rs

FROM ubuntu:24.04
FROM ubuntu:22.04

COPY install-dependencies /

Expand Down
2 changes: 1 addition & 1 deletion build/gstreamer/Dockerfile-prod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY compile /

RUN /compile

FROM ubuntu:24.04
FROM ubuntu:22.04

RUN apt-get update && \
apt-get dist-upgrade -y && \
Expand Down

0 comments on commit c3bd9c9

Please sign in to comment.