Compare commits
No commits in common. "a39f460345f828a8ddca6aa6b0e2334c4b3549cb" and "06c9e1e341f80c40333ca5014baa8aaa24d8f659" have entirely different histories.
a39f460345
...
06c9e1e341
|
@ -3,7 +3,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
||||||
HAPROXY_VERSION=2.9.1
|
HAPROXY_VERSION=2.9.0
|
||||||
HAPROXY_URL=https://www.haproxy.org/download/2.9/src/haproxy-${HAPROXY_VERSION}.tar.gz
|
HAPROXY_URL=https://www.haproxy.org/download/2.9/src/haproxy-${HAPROXY_VERSION}.tar.gz
|
||||||
HAPROXY_SHA256_URL=${HAPROXY_URL}.sha256
|
HAPROXY_SHA256_URL=${HAPROXY_URL}.sha256
|
||||||
HAPROXY_SRC=/tmp/haproxy
|
HAPROXY_SRC=/tmp/haproxy
|
||||||
|
|
|
@ -26,7 +26,7 @@ all:
|
||||||
Update_Package_Lists: 1
|
Update_Package_Lists: 1
|
||||||
|
|
||||||
# https://hub.docker.com/r/vaultwarden/server/tags
|
# https://hub.docker.com/r/vaultwarden/server/tags
|
||||||
bitwarden_version: 1.30.1-alpine
|
bitwarden_version: 1.29.2-alpine
|
||||||
|
|
||||||
# https://hub.docker.com/r/roundcube/roundcubemail/tags
|
# https://hub.docker.com/r/roundcube/roundcubemail/tags
|
||||||
roudcube_version: 1.6.4-apache
|
roudcube_version: 1.6.4-apache
|
||||||
|
|
Loading…
Reference in New Issue