Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 23e46ad

Browse files
committed
Fix version issue
1 parent e60219d commit 23e46ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ghcr.io/linuxserver/baseimage-ubuntu:focal
33
# set version label
44
ARG BUILD_DATE
55
ARG VERSION
6-
ARG APP_VERSION="$(echo ${VERSION} | awk -F'-ls' '{print $1}')"
6+
ARG APP_VERSION
77
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
88
LABEL maintainer="thespad"
99

0 commit comments

Comments
 (0)