Skip to content

Commit

Permalink
container to py3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
grizz committed Apr 28, 2024
1 parent 9dbde03 commit 1e4ff9a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,17 @@ ARG build_packages="\
rrdtool-dev \
"

ARG runtime_packages="fping librrd \
ARG runtime_packages="\
fping \
librrd \
zeromq \
"
# vaping extras to be installed
ARG vaping_extras=all

ARG poetry_pin=">=1,<=2"

FROM python:3.9-alpine as base
FROM python:3.11-alpine as base

ARG runtime_packages
ARG virtual_env=/venv
Expand Down

0 comments on commit 1e4ff9a

Please sign in to comment.