-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f9f44c3
commit b50bd86
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM ubuntu:latest as build | ||
FROM ubuntu:24.04 as build | ||
|
||
RUN apt-get update && \ | ||
apt-get install -y unzip wget | ||
|
@@ -11,13 +11,13 @@ RUN export VERSION="$(cat /tmp/VERSION)" && \ | |
unzip /tmp/qsv.zip -d /tmp/qsv | ||
|
||
|
||
FROM ubuntu:latest | ||
FROM ubuntu:24.04 | ||
|
||
ARG DEBIAN_FRONTEND="noninteractive" | ||
|
||
LABEL author="Diego Alvarez ([email protected])" | ||
LABEL description="qsv (https://github.com/jqnatividad/qsv)" | ||
LABEL org.opencontainers.image.source=https://github.com/dialvarezs/containers | ||
LABEL author "Diego Alvarez ([email protected])" | ||
LABEL description "qsv (https://github.com/jqnatividad/qsv)" | ||
LABEL org.opencontainers.image.source "https://github.com/dialvarezs/containers" | ||
|
||
RUN apt-get update && apt-get upgrade -y && \ | ||
rm -fr /var/lib/apt/lists/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.130.0 | ||
0.132.0 |