Browse Source

Fix mangled Dockerfiles

Joshua M. Boniface 5 years ago
parent
commit
f720a0fca2
3 changed files with 3 additions and 3 deletions
  1. 1 1
      Dockerfile
  2. 1 1
      Dockerfile.arm
  3. 1 1
      Dockerfile.arm64

+ 1 - 1
Dockerfile

@@ -2,7 +2,7 @@ ARG DOTNET_VERSION=3.1
 ARG FFMPEG_VERSION=latest
 ARG FFMPEG_VERSION=latest
 
 
 FROM node:alpine as web-builder
 FROM node:alpine as web-builder
-10.5.1
+ARG JELLYFIN_WEB_VERSION=10.5.1
 RUN apk add curl git \
 RUN apk add curl git \
  && curl -L https://github.com/jellyfin/jellyfin-web/archive/${JELLYFIN_WEB_VERSION}.tar.gz | tar zxf - \
  && curl -L https://github.com/jellyfin/jellyfin-web/archive/${JELLYFIN_WEB_VERSION}.tar.gz | tar zxf - \
  && cd jellyfin-web-* \
  && cd jellyfin-web-* \

+ 1 - 1
Dockerfile.arm

@@ -6,7 +6,7 @@ ARG DOTNET_VERSION=3.1
 
 
 
 
 FROM node:alpine as web-builder
 FROM node:alpine as web-builder
-10.5.1
+ARG JELLYFIN_WEB_VERSION=10.5.1
 RUN apk add curl git \
 RUN apk add curl git \
  && curl -L https://github.com/jellyfin/jellyfin-web/archive/${JELLYFIN_WEB_VERSION}.tar.gz | tar zxf - \
  && curl -L https://github.com/jellyfin/jellyfin-web/archive/${JELLYFIN_WEB_VERSION}.tar.gz | tar zxf - \
  && cd jellyfin-web-* \
  && cd jellyfin-web-* \

+ 1 - 1
Dockerfile.arm64

@@ -6,7 +6,7 @@ ARG DOTNET_VERSION=3.1
 
 
 
 
 FROM node:alpine as web-builder
 FROM node:alpine as web-builder
-10.5.1
+ARG JELLYFIN_WEB_VERSION=10.5.1
 RUN apk add curl git \
 RUN apk add curl git \
  && curl -L https://github.com/jellyfin/jellyfin-web/archive/${JELLYFIN_WEB_VERSION}.tar.gz | tar zxf - \
  && curl -L https://github.com/jellyfin/jellyfin-web/archive/${JELLYFIN_WEB_VERSION}.tar.gz | tar zxf - \
  && cd jellyfin-web-* \
  && cd jellyfin-web-* \