Skip to content

Commit 9e08b35

Browse files
committed
Set Ubuntu version to 22.04 LTS version
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).
1 parent 9146a7b commit 9e08b35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.10 AS build
1+
FROM ubuntu:22.04 AS build
22

33
ENV DEBIAN_FRONTEND noninteractive
44

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

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

16-
FROM ubuntu:22.10
16+
FROM ubuntu:22.04
1717

1818
ENV DEBIAN_FRONTEND noninteractive
1919

0 commit comments

Comments
 (0)