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..23b615b5f 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:91e75546b4f229fa92cec21a2bf831ba03a1c101fc197daafff657f153e93a39 # 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..aa2d35b72 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.0-slim@sha256:0de818129b26ed8f46fd772f540c80e277b67a28229531a1ba0fdacfaed19bcb as base FROM base as builder diff --git a/src/accounts/userservice/Dockerfile b/src/accounts/userservice/Dockerfile index 752b43f75..1c1fadd4f 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.0-slim@sha256:0de818129b26ed8f46fd772f540c80e277b67a28229531a1ba0fdacfaed19bcb as base FROM base as builder diff --git a/src/frontend/Dockerfile b/src/frontend/Dockerfile index a5db1f3b1..850eeb24a 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.0-slim@sha256:0de818129b26ed8f46fd772f540c80e277b67a28229531a1ba0fdacfaed19bcb as base FROM base as builder diff --git a/src/ledger/ledger-db/Dockerfile b/src/ledger/ledger-db/Dockerfile index 1ee299ae1..3d0776cc9 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:91e75546b4f229fa92cec21a2bf831ba03a1c101fc197daafff657f153e93a39 # 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..aba0a54e4 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.0-slim@sha256:0de818129b26ed8f46fd772f540c80e277b67a28229531a1ba0fdacfaed19bcb as base FROM base as builder