File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ ARG index_advisor_release=0.2.0
39
39
ARG supautils_release=2.2.0
40
40
ARG wal_g_release=3.0.5
41
41
42
- FROM ubuntu:focal as base
42
+ FROM ubuntu:noble as base
43
43
44
44
RUN apt update -y && apt install -y \
45
45
curl \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RUN apk add --no-cache qemu-system-aarch64 qemu-img openssh-client aavmf virtiof
6
6
&& truncate -s 64M /root/varstore.img \
7
7
&& truncate -s 64M /root/efi.img \
8
8
&& dd if=/usr/share/AAVMF/QEMU_EFI.fd of=/root/efi.img conv=notrunc \
9
- && qemu-img create -f qcow2 /tmp/disk.qcow2 -b /disk/focal .qcow2 -F qcow2 \
9
+ && qemu-img create -f qcow2 /tmp/disk.qcow2 -b /disk/image .qcow2 -F qcow2 \
10
10
&& apk del --no-cache aavmf qemu-img
11
11
12
12
CMD exec /bin/sh -c "trap : TERM INT; sleep 9999999999d & wait"
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ postgres_major:
9
9
10
10
# Full version strings for each major version
11
11
postgres_release :
12
- postgresorioledb-17 : " 17.5.1.008 -orioledb"
13
- postgres17 : " 17.4.1.065 "
14
- postgres15 : " 15.8.1.122 "
12
+ postgresorioledb-17 : " 17.5.1.009 -orioledb"
13
+ postgres17 : " 17.4.1.066 "
14
+ postgres15 : " 15.8.1.123 "
15
15
16
16
# Non Postgres Extensions
17
17
pgbouncer_release : " 1.19.0"
You can’t perform that action at this time.
0 commit comments