Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM islandora/nginx:6.2.3@sha256:1e85a1f0a222289a3079d5740ce8156d36c325c1f8477fb96806fa157cfb666b
FROM islandora/nginx:6.3.18@sha256:8bc1ae708ecd63c3d57872b9ac91d95e8b7d3d682640d13aa5b46959ad8f9c90

SHELL ["/bin/ash", "-eo", "pipefail", "-c"]

Expand All @@ -14,7 +14,7 @@ ARG \
# renovate: datasource=repology depName=alpine_3_22/npm
NPM_VERSION=11.6.4-r0 \
# renovate: datasource=github-tags depName=ojs packageName=pkp/ojs
OJS_VERSION=3_5_0-3 \
OJS_VERSION=3_5_0rc2 \
# renovate: datasource=repology depName=alpine_3_22/php83
PHP_VERSION=8.3.29-r0 \
# renovate: datasource=repology depName=alpine_3_22/poppler-utils
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ secrets:

services:
init:
image: islandora/base:6.2.3@sha256:010f7e422ad4563f91335106215a72c7485635b0a1125c651b4e76cb6d7efbd4
image: islandora/base:6.3.18@sha256:756ac57c85a0c1eac9a0eb57a3c8b9ecd0bedda5932d49f4c45b4a1dfb92369e
restart: no
volumes:
- ./secrets:/secrets:rw
Expand Down Expand Up @@ -60,7 +60,7 @@ services:
mariadb:
condition: service_started
mariadb:
image: islandora/mariadb:6.2.3@sha256:3c6e7cbed734310f4d9fea7a4f08e7e282ecb1a5e73aec0ab79b4167930380ab
image: islandora/mariadb:6.3.18@sha256:a1a1ccbcd8bb9b44b7a1861d59f850e472d4c22f1f3c62f780e33d2091c6f741
networks:
- default
volumes:
Expand Down