Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
isle-buildkit-renovate[bot] authored Jan 17, 2025
1 parent 69c78f6 commit 3bde72f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions fcrepo6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ FROM tomcat
ARG TARGETARCH

# renovate: datasource=github-releases depName=fcrepo packageName=fcrepo/fcrepo
ARG FCREPO_VERSION=6.5.0
ARG FCREPO_VERSION=6.5.1
ARG FCREPO_FILE=fcrepo-webapp-${FCREPO_VERSION}.war
ARG FCREPO_URL=https://github.com/fcrepo/fcrepo/releases/download/fcrepo-${FCREPO_VERSION}/${FCREPO_FILE}
ARG FCREPO_SHA256=dd0ac889f253dbe9fb09aa3f1fe4444fd57b51af34ebaaf23daec72fbdc5cf55
ARG FCREPO_SHA256="5091550fe31e7693f36396e0ea3231c990648f14d914597124b84971a9daaae5"

# renovate: datasource=github-releases depName=islandora-syn packageName=Islandora/Syn
ARG SYN_VERSION=1.1.1
Expand Down
2 changes: 1 addition & 1 deletion fcrepo6/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Fcrepo

Docker image for [fcrepo] version 6.5.0.
Docker image for [fcrepo] version 6.5.1.

Please refer to the [Fcrepo Documentation] for more in-depth information.

Expand Down
4 changes: 2 additions & 2 deletions handle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ ARG MYSQL_DRIVER_URL="https://dev.mysql.com/get/Downloads/Connector-J/${MYSQL_DR
ARG MYSQL_DRIVER_FILE_SHA256="f5198db93f529206d7f13f613c38753fec0b698be9f5410391aed1d62c57acb7"

# renovate: datasource=github-releases depName=jdbc-postgres packageName=pgjdbc/pgjdbc
ARG POSTGRES_DRIVER_VERSION=42.7.4
ARG POSTGRES_DRIVER_VERSION=42.7.5
ARG POSTGRES_DRIVER_FILE="postgresql-${POSTGRES_DRIVER_VERSION}.jar"
ARG POSTGRES_DRIVER_URL="https://jdbc.postgresql.org/download/${POSTGRES_DRIVER_FILE}"
ARG POSTGRES_DRIVER_FILE_SHA256="188976721ead8e8627eb6d8389d500dccc0c9bebd885268a3047180274a6031e"
ARG POSTGRES_DRIVER_FILE_SHA256="69020b3bd20984543e817393f2e6c01a890ef2e37a77dd11d6d8508181d079ab"

EXPOSE 8000/tcp 2641/tcp 2641/udp

Expand Down

0 comments on commit 3bde72f

Please sign in to comment.