Update builds to Debian 10 and OpenSSL to 1.1-only

This commit is contained in:
Joshua Boniface 2019-08-26 11:00:36 -04:00
parent e87d7cfaf3
commit 5945a638ff
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
FROM debian:9 FROM debian:10
# Docker build arguments # Docker build arguments
ARG SOURCE_DIR=/jellyfin ARG SOURCE_DIR=/jellyfin
ARG PLATFORM_DIR=/jellyfin/deployment/debian-package-arm64 ARG PLATFORM_DIR=/jellyfin/deployment/debian-package-arm64

View File

@ -1,4 +1,4 @@
FROM debian:9 FROM debian:10
# Docker build arguments # Docker build arguments
ARG SOURCE_DIR=/jellyfin ARG SOURCE_DIR=/jellyfin
ARG PLATFORM_DIR=/jellyfin/deployment/debian-package-arm64 ARG PLATFORM_DIR=/jellyfin/deployment/debian-package-arm64

View File

@ -1,4 +1,4 @@
FROM debian:9 FROM debian:10
# Docker build arguments # Docker build arguments
ARG SOURCE_DIR=/jellyfin ARG SOURCE_DIR=/jellyfin
ARG PLATFORM_DIR=/jellyfin/deployment/debian-package-armhf ARG PLATFORM_DIR=/jellyfin/deployment/debian-package-armhf

View File

@ -1,4 +1,4 @@
FROM debian:9 FROM debian:10
# Docker build arguments # Docker build arguments
ARG SOURCE_DIR=/jellyfin ARG SOURCE_DIR=/jellyfin
ARG PLATFORM_DIR=/jellyfin/deployment/debian-package-armhf ARG PLATFORM_DIR=/jellyfin/deployment/debian-package-armhf

View File

@ -1,4 +1,4 @@
FROM microsoft/dotnet:2.2-sdk-stretch FROM microsoft/dotnet:2.2-sdk-buster
# Docker build arguments # Docker build arguments
ARG SOURCE_DIR=/jellyfin ARG SOURCE_DIR=/jellyfin
ARG PLATFORM_DIR=/jellyfin/deployment/debian-package-x64 ARG PLATFORM_DIR=/jellyfin/deployment/debian-package-x64

View File

@ -23,6 +23,6 @@ Depends: at,
jellyfin-ffmpeg, jellyfin-ffmpeg,
libfontconfig1, libfontconfig1,
libfreetype6, libfreetype6,
libssl1.0.0 | libssl1.0.2 | libssl1.1 libssl1.1
Description: Jellyfin is a home media server. Description: Jellyfin is a home media server.
It is built on top of other popular open source technologies such as Service Stack, jQuery, jQuery mobile, and Mono. It features a REST-based api with built-in documentation to facilitate client development. We also have client libraries for our api to enable rapid development. It is built on top of other popular open source technologies such as Service Stack, jQuery, jQuery mobile, and Mono. It features a REST-based api with built-in documentation to facilitate client development. We also have client libraries for our api to enable rapid development.