Compare commits
2 Commits
06c9e1e341
...
a39f460345
Author | SHA1 | Date |
---|---|---|
|
a39f460345 | |
|
35bdc70001 |
|
@ -3,7 +3,7 @@
|
|||
set -e
|
||||
|
||||
|
||||
HAPROXY_VERSION=2.9.0
|
||||
HAPROXY_VERSION=2.9.1
|
||||
HAPROXY_URL=https://www.haproxy.org/download/2.9/src/haproxy-${HAPROXY_VERSION}.tar.gz
|
||||
HAPROXY_SHA256_URL=${HAPROXY_URL}.sha256
|
||||
HAPROXY_SRC=/tmp/haproxy
|
||||
|
|
|
@ -26,7 +26,7 @@ all:
|
|||
Update_Package_Lists: 1
|
||||
|
||||
# https://hub.docker.com/r/vaultwarden/server/tags
|
||||
bitwarden_version: 1.29.2-alpine
|
||||
bitwarden_version: 1.30.1-alpine
|
||||
|
||||
# https://hub.docker.com/r/roundcube/roundcubemail/tags
|
||||
roudcube_version: 1.6.4-apache
|
||||
|
|
Loading…
Reference in New Issue