diff --git a/aircast/Dockerfile b/aircast/Dockerfile index 4f6b4b7..afe5980 100755 --- a/aircast/Dockerfile +++ b/aircast/Dockerfile @@ -10,7 +10,7 @@ COPY rootfs / # Setup base ARG BUILD_ARCH=amd64 -ARG AIRCAST_VERSION="1.6.3" +ARG AIRCAST_VERSION="1.7.0" RUN \ apt-get update \ && apt-get install -y --no-install-recommends \