From f1950737c5c2f32914802b6e229c01fcbcc0483f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 09:56:31 +0000 Subject: [PATCH] chore(deps): pin dependencies --- Dockerfile | 2 +- docker-compose.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index f01a622..1432fb7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM islandora/drupal:6.3.10 +FROM islandora/drupal:6.3.10@sha256:aad9c52d0e646f5b553e8d2f38008d9d531764ca2c6be021e9d47aed10c515d9 ARG TARGETARCH diff --git a/docker-compose.yml b/docker-compose.yml index bd8f155..2ddde79 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -38,7 +38,7 @@ secrets: services: init: - image: islandora/base:6.3.10 + image: islandora/base:6.3.10@sha256:c6e74b6c0bdf8070571c33e479b09f8b1163e44a86a9ea0374dfc6aeb5d96145 restart: no networks: default: @@ -56,7 +56,7 @@ services: mariadb: <<: *common - image: islandora/mariadb:6.3.10 + image: islandora/mariadb:6.3.10@sha256:a18b93704fbb969d6ab55152af1a4f27270e77817e7986350e482e178e135325 secrets: - source: DB_ROOT_PASSWORD volumes: @@ -110,7 +110,7 @@ services: solr: <<: *common - image: islandora/solr:6.3.10 + image: islandora/solr:6.3.10@sha256:225b7bca72d5751c692503b97e665a6f4dff0a925f910402b9f857468cc272db volumes: - solr-data:/data:rw - type: volume