diff --git a/.github/workflows/ui-tests/Dockerfile b/.github/workflows/ui-tests/Dockerfile index 10079af66..6ffba8098 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.13.3@sha256:82261c30eed7477e5a50e9579e5d251c4728d4e2f9eddfab57911e4b62de6444 +FROM cypress/included:13.14.1@sha256:b91314fbe68afb9777d06c13234ca28f0d0e055f4834a5eae962aec0c4857de6 WORKDIR /e2e COPY . . diff --git a/src/accounts/accounts-db/Dockerfile b/src/accounts/accounts-db/Dockerfile index 880cacdcc..a5c1ce564 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.4-alpine@sha256:492898505cb45f9835acc327e98711eaa9298ed804e0bb36f29e08394229550d +FROM postgres:16.4-alpine@sha256:d898b0b78a2627cb4ee63464a14efc9d296884f1b28c841b0ab7d7c42f1fffdf # 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 c3158cc93..d7c54c3c0 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.5-slim@sha256:59c7332a4a24373861c4a5f0eec2c92b87e3efeb8ddef011744ef9a751b1d11c as base +FROM python:3.12.5-slim@sha256:c24c34b502635f1f7c4e99dc09a2cbd85d480b7dcfd077198c6b5af138906390 as base FROM base as builder diff --git a/src/accounts/userservice/Dockerfile b/src/accounts/userservice/Dockerfile index 70d776d61..43c737c79 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.5-slim@sha256:59c7332a4a24373861c4a5f0eec2c92b87e3efeb8ddef011744ef9a751b1d11c as base +FROM python:3.12.5-slim@sha256:c24c34b502635f1f7c4e99dc09a2cbd85d480b7dcfd077198c6b5af138906390 as base FROM base as builder diff --git a/src/frontend/Dockerfile b/src/frontend/Dockerfile index 0f0c74863..aa0381371 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.5-slim@sha256:59c7332a4a24373861c4a5f0eec2c92b87e3efeb8ddef011744ef9a751b1d11c as base +FROM python:3.12.5-slim@sha256:c24c34b502635f1f7c4e99dc09a2cbd85d480b7dcfd077198c6b5af138906390 as base FROM base as builder diff --git a/src/ledger/ledger-db/Dockerfile b/src/ledger/ledger-db/Dockerfile index 9b2377447..2b939d7f9 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.4-alpine@sha256:492898505cb45f9835acc327e98711eaa9298ed804e0bb36f29e08394229550d +FROM postgres:16.4-alpine@sha256:d898b0b78a2627cb4ee63464a14efc9d296884f1b28c841b0ab7d7c42f1fffdf # 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 109b3cb11..5eba70d50 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.5-slim@sha256:59c7332a4a24373861c4a5f0eec2c92b87e3efeb8ddef011744ef9a751b1d11c as base +FROM python:3.12.5-slim@sha256:c24c34b502635f1f7c4e99dc09a2cbd85d480b7dcfd077198c6b5af138906390 as base FROM base as builder