Skip to content

Commit

Permalink
Set Ubuntu version to 22.04 LTS version
Browse files Browse the repository at this point in the history
Ubuntu 22.10 is out of support, this sets the version to 22.04
which is LTS and supported until April 2027. Another option would
be to update to 23.04, which would have support to July 2024 (I think).
  • Loading branch information
ryfow committed Oct 2, 2023
1 parent 9146a7b commit 9e08b35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.10 AS build
FROM ubuntu:22.04 AS build

ENV DEBIAN_FRONTEND noninteractive

Expand All @@ -13,7 +13,7 @@ COPY ./build-ffmpeg /app/build-ffmpeg

RUN SKIPINSTALL=yes /app/build-ffmpeg --build

FROM ubuntu:22.10
FROM ubuntu:22.04

ENV DEBIAN_FRONTEND noninteractive

Expand Down

0 comments on commit 9e08b35

Please sign in to comment.