Skip to content

Commit

Permalink
Merge pull request #207 from ryfow/backrev-ubuntu
Browse files Browse the repository at this point in the history
Set Ubuntu version to 22.04 LTS version
  • Loading branch information
markus-perl authored Oct 12, 2023
2 parents 9146a7b + 9e08b35 commit 06dc7c9
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 06dc7c9

Please sign in to comment.