Skip to content

Commit ff852d5

Browse files
committed
fix: well that was silly
1 parent 1712a57 commit ff852d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile-kubernetes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN truncate -s 64M /root/varstore.img
1010
RUN truncate -s 64M /root/efi.img
1111
RUN dd if=/usr/share/AAVMF/QEMU_EFI.fd of=/root/efi.img conv=notrunc
1212

13-
RUN qemu-img create -f /tmp/disk.qcow2 -b /disk/focal.qcow2 -F qcow2
13+
RUN qemu-img create -f qcow2 /tmp/disk.qcow2 -b /disk/focal.qcow2 -F qcow2
1414

1515
RUN apk del aavmf
1616

ansible/vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ postgres_major:
1010
# Full version strings for each major version
1111
postgres_release:
1212
postgresorioledb-17: "17.0.1.094-orioledb"
13-
postgres17: "17.4.1.044-darora.0"
13+
postgres17: "17.4.1.044-darora.1"
1414
postgres15: "15.8.1.101"
1515

1616
# Non Postgres Extensions

0 commit comments

Comments
 (0)