Fix slash

This commit is contained in:
sturman 2024-02-24 20:36:36 +02:00
parent 53a8ea070f
commit 21494a2538
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
LABEL maintainer="thespad"
# environment settings
ARG UNIFI_BRANCH="stable" \
ARG UNIFI_BRANCH="stable"
ENV DEBIAN_FRONTEND="noninteractive"
RUN \

View file

@ -10,7 +10,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
LABEL maintainer="thespad"
# environment settings
ARG UNIFI_BRANCH="stable" \
ARG UNIFI_BRANCH="stable"
ENV DEBIAN_FRONTEND="noninteractive"
RUN \