File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ENV PGDATA=/data/postgresql
22
22
ARG VERSION
23
23
ARG PG_MAJOR_VERSION
24
24
ARG POSTGIS_MAJOR=3
25
- ARG HAPROXY_VERSION=2.7
25
+ ARG HAPROXY_VERSION=2.8
26
26
27
27
LABEL fly.app_role=postgres_cluster
28
28
LABEL fly.version=${VERSION}
@@ -40,11 +40,11 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
40
40
41
41
# Haproxy
42
42
RUN curl https://haproxy.debian.net/bernat.debian.org.gpg \
43
- | gpg --dearmor > /usr/share/keyrings/haproxy.debian.net.gpg
43
+ | gpg --dearmor > /usr/share/keyrings/haproxy.debian.net.gpg
44
44
45
45
RUN echo deb "[signed-by=/usr/share/keyrings/haproxy.debian.net.gpg]" \
46
- http://haproxy.debian.net bullseye -backports-${HAPROXY_VERSION} main \
47
- > /etc/apt/sources.list.d/haproxy.list
46
+ http://haproxy.debian.net bookworm -backports-${HAPROXY_VERSION} main \
47
+ > /etc/apt/sources.list.d/haproxy.list
48
48
49
49
RUN apt-get update && apt-get install --no-install-recommends -y \
50
50
haproxy=$HAPROXY_VERSION.\* \
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ENV PGDATA=/data/postgresql
23
23
ARG VERSION
24
24
ARG PG_MAJOR_VERSION
25
25
ARG POSTGIS_MAJOR=3
26
- ARG HAPROXY_VERSION=2.7
26
+ ARG HAPROXY_VERSION=2.8
27
27
28
28
LABEL fly.app_role=postgres_cluster
29
29
LABEL fly.version=${VERSION}
@@ -47,11 +47,11 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
47
47
48
48
# Haproxy
49
49
RUN curl https://haproxy.debian.net/bernat.debian.org.gpg \
50
- | gpg --dearmor > /usr/share/keyrings/haproxy.debian.net.gpg
50
+ | gpg --dearmor > /usr/share/keyrings/haproxy.debian.net.gpg
51
51
52
52
RUN echo deb "[signed-by=/usr/share/keyrings/haproxy.debian.net.gpg]" \
53
- http://haproxy.debian.net bullseye -backports-${HAPROXY_VERSION} main \
54
- > /etc/apt/sources.list.d/haproxy.list
53
+ http://haproxy.debian.net bookworm -backports-${HAPROXY_VERSION} main \
54
+ > /etc/apt/sources.list.d/haproxy.list
55
55
56
56
RUN apt-get update && apt-get install --no-install-recommends -y \
57
57
haproxy=$HAPROXY_VERSION.\* \
You can’t perform that action at this time.
0 commit comments