Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
illvart committed Jul 3, 2024
1 parent e43073c commit 5521c5a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ COPY . .
RUN set -ex \
&& apt-get -qqy update \
&& apt-get -qqy install --no-install-recommends \
tini \
locales \
tzdata \
build-essential \
Expand All @@ -27,5 +26,4 @@ RUN set -ex \
&& apt-get -qqy clean \
&& rm -rf -- /var/lib/apt/lists/* /var/cache/apt/archives/* /etc/apt/sources.list.d/* /usr/share/man/* /usr/share/doc/* /var/log/* /tmp/* /var/tmp/*

ENTRYPOINT ["/usr/bin/tini", "--"]
CMD ["python3", "-m", "ds"]
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.2.5"
"version": "0.2.6"
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
loguru==0.7.2
python-dotenv==1.0.1
uvloop==0.19.0
pyrofork==2.3.28
pyrofork==2.3.29
TgCrypto==1.2.5
psutil==6.0.0

0 comments on commit 5521c5a

Please sign in to comment.