forked from Github/frigate
Update s6 overlay version to 3.1.5.0 in the Docker installation script (#7584)
This commit is contained in:
committed by
GitHub
parent
ef6b464d0e
commit
602041beb1
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -euxo pipefail
|
set -euxo pipefail
|
||||||
|
|
||||||
s6_version="3.1.4.1"
|
s6_version="3.1.5.0"
|
||||||
|
|
||||||
if [[ "${TARGETARCH}" == "amd64" ]]; then
|
if [[ "${TARGETARCH}" == "amd64" ]]; then
|
||||||
s6_arch="x86_64"
|
s6_arch="x86_64"
|
||||||
|
|||||||
Reference in New Issue
Block a user