mirror of
https://github.com/craigerl/aprsd.git
synced 2025-02-03 09:44:15 -05:00
Update Dockerfile to use 2.2.1
This commit is contained in:
parent
44c4dd69c6
commit
a7d79a6e1b
@ -1,4 +1,4 @@
|
||||
FROM python:3.8-slim as aprsd
|
||||
FROM python:3-bullseye as aprsd
|
||||
|
||||
# Dockerfile for building a container during aprsd development.
|
||||
|
||||
@ -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==1.6.0
|
||||
RUN /usr/local/bin/pip3 install aprsd==2.2.1
|
||||
|
||||
# Ensure /config is there with a default config file
|
||||
USER root
|
||||
|
@ -36,7 +36,7 @@ do
|
||||
esac
|
||||
done
|
||||
|
||||
VERSION="1.6.0"
|
||||
VERSION="2.2.1"
|
||||
|
||||
if [ $ALL_PLATFORMS -eq 1 ]
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user