这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Version: 0.34.9
Section: web
Priority: optional
Architecture: amd64
Depends: apache2-utils, locales, git, cpio, curl, man-db, netcat, sshcommand, docker-engine-cs (>= 17.05.0) | docker-engine (>= 17.05.0) | docker-io (>= 17.05.0) | docker.io (>= 17.05.0) | docker-ce (>= 17.05.0) | docker-ee (>= 17.05.0) | moby-engine, docker-compose-plugin | moby-compose, docker-buildx-plugin | moby-buildx, docker-container-healthchecker, docker-image-labeler, lambda-builder, net-tools, netrc, parallel, procfile-util, rsync, rsyslog, dos2unix, jq, unzip, util-linux
Depends: apache2-utils, locales, git, cpio, curl, man-db, netcat, sshcommand, docker-engine-cs (>= 19.03.0) | docker-engine (>= 19.03.0) | docker-io (>= 19.03.0) | docker.io (>= 19.03.0) | docker-ce (>= 19.03.0) | docker-ee (>= 19.03.0) | moby-engine, docker-compose-plugin | moby-compose, docker-buildx-plugin | moby-buildx, docker-container-healthchecker, docker-image-labeler, lambda-builder, net-tools, netrc, parallel, procfile-util, rsync, rsyslog, dos2unix, jq, unzip, util-linux
Recommends: herokuish, bash-completion, dokku-update, dokku-event-listener
Pre-Depends: gliderlabs-sigil, nginx (>= 1.8.0) | openresty, bind9-dnsutils, cgroupfs-mount | cgroup-lite, plugn, sudo, python3, debconf
Maintainer: Jose Diaz-Gonzalez <dokku@josediazgonzalez.com>
Expand Down
2 changes: 1 addition & 1 deletion plugins/caddy-vhosts/templates/compose.yml.sigil
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: "3.7"
version: "3.8"

services:
caddy:
Expand Down
2 changes: 1 addition & 1 deletion plugins/haproxy-vhosts/templates/compose.yml.sigil
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: "3.7"
version: "3.8"

services:
haproxy:
Expand Down
2 changes: 1 addition & 1 deletion plugins/logs/templates/compose.yml.tmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: "3.7"
version: "3.8"

services:
vector:
Expand Down
2 changes: 1 addition & 1 deletion plugins/openresty-vhosts/templates/compose.yml.sigil
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: "3.7"
version: "3.8"

services:
openresty:
Expand Down
2 changes: 1 addition & 1 deletion plugins/traefik-vhosts/templates/compose.yml.sigil
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: "3.7"
version: "3.8"

services:
traefik:
Expand Down