Skip to content

Commit

Permalink
zpush 2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
si458 committed Jul 16, 2024
1 parent d669ba7 commit 59ad528
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:jammy
ENV DEBIAN_FRONTEND=noninteractive
ENV ZPUSH_VERSION=2.7.2
ENV ZPUSH_VERSION=2.7.3
COPY run.sh checkfile.sh /
RUN chmod a+x /run.sh /checkfile.sh && apt-get update && apt-get dist-upgrade -y && apt-get install -y curl tzdata cron software-properties-common && \
LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php && \
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
zpush:
image: ghcr.io/si458/zpush:2.7.2
image: ghcr.io/si458/zpush:2.7.3
volumes:
- logs:/var/log/z-push
- config:/config
Expand Down

0 comments on commit 59ad528

Please # to comment.