File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11ARG PYTHON_BASE=python:3.12-slim@sha256:804ddf3251a60bbf9c92e73b7566c40428d54d0e79d3428194edf40da6521286
2- ARG VERSION=0.1.9
2+ ARG VERSION=0.1.10
33ARG BUILD_DATE=unknown
44ARG VCS_REF=unknown
55ARG SOURCE_URL=https://github.com/jcastro/stopliga
@@ -25,7 +25,7 @@ RUN pip install --upgrade pip==26.0.1 setuptools==82.0.1 wheel==0.46.3 \
2525
2626FROM ${PYTHON_BASE} AS runtime
2727
28- ARG VERSION=0.1.9
28+ ARG VERSION=0.1.10
2929ARG BUILD_DATE=unknown
3030ARG VCS_REF=unknown
3131ARG SOURCE_URL=https://github.com/jcastro/stopliga
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " stopliga"
7- version = " 0.1.9 "
7+ version = " 0.1.10 "
88description = " Synchronize a UniFi policy-based route with a public GitHub IP feed."
99readme = " README.md"
1010requires-python = " >=3.11"
You can’t perform that action at this time.
0 commit comments