1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-28 09:08:36 +02:00

update motion-arm

This commit is contained in:
kev 2022-02-10 14:57:58 +08:00
parent 4a11226a3a
commit a2961f24df

View File

@ -2,10 +2,10 @@
# Dockerfile for motion-arm
#
FROM arm32v7/debian:buster
FROM debian:buster
MAINTAINER EasyPi Software Foundation
ENV MOTION_VERSION=4.3.2
ENV MOTION_VERSION=4.4.0
ENV MOTION_FILE=pi_buster_motion_${MOTION_VERSION}-1_armhf.deb
ENV MOTION_URL=https://github.com/Motion-Project/motion/releases/download/release-${MOTION_VERSION}/${MOTION_FILE}