Updated Dockerfile to use v2.3.0

Upcoming release of aprsd is v2.3.0
This commit is contained in:
Hemna 2021-09-07 13:56:06 -04:00
parent 9eff99dde7
commit 605911cb84
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ RUN addgroup --gid $GID $APRS_USER
RUN useradd -m -u $UID -g $APRS_USER $APRS_USER
# Install aprsd
RUN /usr/local/bin/pip3 install aprsd==2.2.1
RUN /usr/local/bin/pip3 install aprsd==2.3.0
# Ensure /config is there with a default config file
USER root