mirror of
https://github.com/craigerl/aprsd.git
synced 2025-06-25 05:25:21 -04: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.
|
# 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
|
RUN useradd -m -u $UID -g $APRS_USER $APRS_USER
|
||||||
|
|
||||||
# Install aprsd
|
# 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
|
# Ensure /config is there with a default config file
|
||||||
USER root
|
USER root
|
||||||
|
@ -36,7 +36,7 @@ do
|
|||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
VERSION="1.6.0"
|
VERSION="2.2.1"
|
||||||
|
|
||||||
if [ $ALL_PLATFORMS -eq 1 ]
|
if [ $ALL_PLATFORMS -eq 1 ]
|
||||||
then
|
then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user