Browse Source

upgrade vaapi to ffmpeg 4.4 (#417)

pull/418/head
Jason Dove 5 years ago committed by GitHub
parent
commit
1fc905c6ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docker/vaapi/Dockerfile

2
docker/vaapi/Dockerfile

@ -23,7 +23,7 @@ ARG INFO_VERSION="unknown"
RUN dotnet publish -c release -o /app -r linux-x64 --self-contained false --no-restore /p:InformationalVersion=${INFO_VERSION} RUN dotnet publish -c release -o /app -r linux-x64 --self-contained false --no-restore /p:InformationalVersion=${INFO_VERSION}
# final stage/image # final stage/image
FROM jasongdove/ffmpeg:4.3-vaapi2004 AS runtime-base FROM jasongdove/ffmpeg:4.4-vaapi2004 AS runtime-base
WORKDIR /app WORKDIR /app
EXPOSE 8409 EXPOSE 8409
COPY --from=build /app ./ COPY --from=build /app ./

Loading…
Cancel
Save