Skip to content

Commit 06dc7c9

Browse files
authored
Merge pull request markus-perl#207 from ryfow/backrev-ubuntu
Set Ubuntu version to 22.04 LTS version
2 parents 9146a7b + 9e08b35 commit 06dc7c9

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)