Skip to content

Commit 57e7789

Browse files
committed
bump ver in Dockerfile
1 parent 2349b5e commit 57e7789

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Dockerfile

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@ FROM python:3.13-slim-bookworm AS final
22

33
#ENV PYTHONDONTWRITEBYTECODE=1
44
ENV PYTHONUNBUFFERED=1
5-
ENV CYNC_VERSION="v0.1.9"
5+
ENV CYNC_VERSION="v0.1.10"
66

77
WORKDIR /root/cync-lan
88

99
RUN set -x \
1010
&& apt update \
1111
&& DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends \
1212
openssl git build-essential cmake \
13+
&& pip install --no-cache-dir -U pip \
1314
&& pip install --no-cache-dir \
14-
'setuptools>=69.2.0 wheel>=0.41.2 \
15-
pyyaml>=6.0.1 requests>=2.31.0 uvloop>=0.19.0 aiomqtt>=2.3.0' \
15+
'setuptools>=69.2.0' 'wheel>=0.41.2' \
16+
'pyyaml>=6.0.1' 'requests>=2.31.0' 'uvloop>=0.19.0' 'aiomqtt>=2.3.0' \
1617
&& DEBIAN_FRONTEND=noninteractive apt-get remove -yq git build-essential cmake \
1718
&& DEBIAN_FRONTEND=noninteractive apt-get autoremove -yq \
1819
&& DEBIAN_FRONTEND=noninteractive apt-get clean \

0 commit comments

Comments
 (0)