Compare commits
No commits in common. "b0cb8fd6f63d78d974ea9a1b76b30bdb43c45757" and "3cf2fe898968ddbfb1420e5357d9f355c7229923" have entirely different histories.
b0cb8fd6f6
...
3cf2fe8989
|
@ -1,4 +1,4 @@
|
||||||
FROM debian:11
|
FROM debian:10
|
||||||
|
|
||||||
RUN apt update
|
RUN apt update
|
||||||
RUN apt install -y \
|
RUN apt install -y \
|
||||||
|
|
|
@ -3,13 +3,12 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
||||||
HAPROXY_VERSION=3.0.3
|
HAPROXY_VERSION=2.9.6
|
||||||
HAPROXY_VERSION_SHORT=$(echo "$HAPROXY_VERSION" | cut -d. -f1-2)
|
HAPROXY_URL=https://www.haproxy.org/download/2.9/src/haproxy-${HAPROXY_VERSION}.tar.gz
|
||||||
HAPROXY_URL=https://www.haproxy.org/download/${HAPROXY_VERSION_SHORT}/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
|
||||||
|
|
||||||
OPENSSL_VERSION=3.3.1
|
OPENSSL_VERSION=3.2.1
|
||||||
OPENSSL_URL=https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz
|
OPENSSL_URL=https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz
|
||||||
OPENSSL_SHA256_URL=${OPENSSL_URL}.sha256
|
OPENSSL_SHA256_URL=${OPENSSL_URL}.sha256
|
||||||
OPENSSL_SRC=/tmp/openssl
|
OPENSSL_SRC=/tmp/openssl
|
||||||
|
|
|
@ -26,10 +26,10 @@ 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.32.0-alpine
|
bitwarden_version: 1.30.1-alpine
|
||||||
|
|
||||||
# https://hub.docker.com/r/roundcube/roundcubemail/tags
|
# https://hub.docker.com/r/roundcube/roundcubemail/tags
|
||||||
roudcube_version: 1.6.8-apache
|
roudcube_version: 1.6.6-apache
|
||||||
|
|
||||||
certbot_domains:
|
certbot_domains:
|
||||||
- "jabber.0rpheus.net"
|
- "jabber.0rpheus.net"
|
||||||
|
|
Loading…
Reference in New Issue