From 91e3b366c4bec391b0a8c4192ffe01b7d42077ef Mon Sep 17 00:00:00 2001
From: Mend Renovate <bot@renovateapp.com>
Date: Tue, 7 Jan 2025 09:25:46 +0000
Subject: [PATCH] chore(deps): update docker

---
 .github/workflows/ui-tests/Dockerfile | 2 +-
 src/accounts/accounts-db/Dockerfile   | 2 +-
 src/accounts/contacts/Dockerfile      | 2 +-
 src/accounts/userservice/Dockerfile   | 2 +-
 src/frontend/Dockerfile               | 2 +-
 src/ledger/ledger-db/Dockerfile       | 2 +-
 src/loadgenerator/Dockerfile          | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/ui-tests/Dockerfile b/.github/workflows/ui-tests/Dockerfile
index 2f089b9c4..17a956bbf 100644
--- a/.github/workflows/ui-tests/Dockerfile
+++ b/.github/workflows/ui-tests/Dockerfile
@@ -9,7 +9,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM cypress/included:13.16.0@sha256:ba38ee9c44462f140b9df5a5c74f62a50e33ffcee17638a95b78ffbeff8eac1e
+FROM cypress/included:13.17.0@sha256:dcaf39f3f236709d1d037f4bd7f3d0978cc8fe8d57514758ab03b3ccc46df455
 
 WORKDIR /e2e
 COPY . .
diff --git a/src/accounts/accounts-db/Dockerfile b/src/accounts/accounts-db/Dockerfile
index 3d8e7d708..f75cac923 100644
--- a/src/accounts/accounts-db/Dockerfile
+++ b/src/accounts/accounts-db/Dockerfile
@@ -11,7 +11,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-FROM postgres:16.6-alpine@sha256:56e87f5517713be839c1ce724ec275cb46579fb05edbb0887f26f60faebe7f0d
+FROM postgres:16.6-alpine@sha256:a11ddaf48f067a3d305734b76ffb42e7446a97d1d4a75d1899ff4b128e88e870
 
 # Files for initializing the database.
 COPY initdb/0-accounts-schema.sql initdb/1-load-testdata.sh /docker-entrypoint-initdb.d/
diff --git a/src/accounts/contacts/Dockerfile b/src/accounts/contacts/Dockerfile
index 008a34ca8..279b1e90e 100644
--- a/src/accounts/contacts/Dockerfile
+++ b/src/accounts/contacts/Dockerfile
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 # Use the official Python docker container, slim version, running Debian
-FROM python:3.12.6-slim@sha256:ad48727987b259854d52241fac3bc633574364867b8e20aec305e6e7f4028b26 as base
+FROM python:3.13.1-slim@sha256:1127090f9fff0b8e7c3a1367855ef8a3299472d2c9ed122948a576c39addeaf1 as base
 
 FROM base as builder
 
diff --git a/src/accounts/userservice/Dockerfile b/src/accounts/userservice/Dockerfile
index 752b43f75..2d329fda8 100644
--- a/src/accounts/userservice/Dockerfile
+++ b/src/accounts/userservice/Dockerfile
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 # Use the official Python docker container, slim version, running Debian
-FROM python:3.12.6-slim@sha256:ad48727987b259854d52241fac3bc633574364867b8e20aec305e6e7f4028b26 as base
+FROM python:3.13.1-slim@sha256:1127090f9fff0b8e7c3a1367855ef8a3299472d2c9ed122948a576c39addeaf1 as base
 
 FROM base as builder
 
diff --git a/src/frontend/Dockerfile b/src/frontend/Dockerfile
index a5db1f3b1..35c55a01c 100644
--- a/src/frontend/Dockerfile
+++ b/src/frontend/Dockerfile
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 # Use the official Python docker container, slim version, running Debian
-FROM python:3.12.6-slim@sha256:ad48727987b259854d52241fac3bc633574364867b8e20aec305e6e7f4028b26 as base
+FROM python:3.13.1-slim@sha256:1127090f9fff0b8e7c3a1367855ef8a3299472d2c9ed122948a576c39addeaf1 as base
 
 FROM base as builder
 
diff --git a/src/ledger/ledger-db/Dockerfile b/src/ledger/ledger-db/Dockerfile
index 1ee299ae1..229561da8 100644
--- a/src/ledger/ledger-db/Dockerfile
+++ b/src/ledger/ledger-db/Dockerfile
@@ -11,7 +11,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-FROM postgres:16.6-alpine@sha256:56e87f5517713be839c1ce724ec275cb46579fb05edbb0887f26f60faebe7f0d
+FROM postgres:16.6-alpine@sha256:a11ddaf48f067a3d305734b76ffb42e7446a97d1d4a75d1899ff4b128e88e870
 
 # Need to get coreutils to get the date bash function working properly:
 RUN apk add --no-cache coreutils && rm -rf /var/cache/apk/*
diff --git a/src/loadgenerator/Dockerfile b/src/loadgenerator/Dockerfile
index ae3922f27..56c900226 100644
--- a/src/loadgenerator/Dockerfile
+++ b/src/loadgenerator/Dockerfile
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 # Use the official Python docker container, slim version, running Debian
-FROM python:3.12.6-slim@sha256:ad48727987b259854d52241fac3bc633574364867b8e20aec305e6e7f4028b26 as base
+FROM python:3.13.1-slim@sha256:1127090f9fff0b8e7c3a1367855ef8a3299472d2c9ed122948a576c39addeaf1 as base
 
 FROM base as builder