Skip to content

Commit db193b5

Browse files
chore(deps): update bump-dependencies
1 parent 3a2ca81 commit db193b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM islandora/nginx:6.0.10@sha256:57f9e680cc7515ba0025c2e5ba5f1f16dc6bb0810810684556805431af5fd962
1+
FROM islandora/nginx:6.1.3@sha256:d159961ebec7a2d514b9f504f50ff0b6521b3d76ff4589e9553f029f3db7f0be
22

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

@@ -12,7 +12,7 @@ ARG \
1212
# renovate: datasource=repology depName=alpine_3_22/ghostscript
1313
GHOSTSCRIPT_VERSION=10.05.1-r0 \
1414
# renovate: datasource=repology depName=alpine_3_22/npm
15-
NPM_VERSION=11.4.2-r0 \
15+
NPM_VERSION=11.6.4-r0 \
1616
# renovate: datasource=github-tags depName=ojs packageName=pkp/ojs
1717
OJS_VERSION=3_5_0rc2 \
1818
# renovate: datasource=repology depName=alpine_3_22/php83

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ secrets:
2121

2222
services:
2323
init:
24-
image: islandora/base:6.0.10@sha256:00f16e56a20950f7b85e690b03c1e6e167625236bc77c56f4cd121dafd9ef578
24+
image: islandora/base:6.1.3@sha256:0fc5a048f861f929b4df0d31ff64d30fad663d6208cf22774b40d6a0dbbe3415
2525
restart: no
2626
volumes:
2727
- ./secrets:/secrets:rw
@@ -54,7 +54,7 @@ services:
5454
mariadb:
5555
condition: service_started
5656
mariadb:
57-
image: islandora/mariadb:6.0.10@sha256:a89a1152abe0fc3d5de66d071b4391dd8f18e5f4883bfa32a82caf45a46d96da
57+
image: islandora/mariadb:6.1.3@sha256:f9ebb3cd524c35fa2379a9111633e013a3429320cf656fa21334c0a3cda14d8a
5858
volumes:
5959
- mariadb-data:/var/lib/mysql:rw
6060
secrets:

0 commit comments

Comments
 (0)