Skip to content

Commit

Permalink
Update qsv
Browse files Browse the repository at this point in the history
  • Loading branch information
dialvarezs committed Aug 23, 2024
1 parent f9f44c3 commit b50bd86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions qsv/Containerfile
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
Expand All @@ -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/*
Expand Down
2 changes: 1 addition & 1 deletion qsv/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.130.0
0.132.0

0 comments on commit b50bd86

Please sign in to comment.