Fix mangled Dockerfiles

This commit is contained in:
Joshua M. Boniface 2020-03-16 09:30:01 -04:00
parent aadff77531
commit f720a0fca2
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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