Skip to content

Commit 13efb61

Browse files
committed
upgrade and apply customizations to 3.10.16
1 parent e7cb3c6 commit 13efb61

2 files changed

Lines changed: 448 additions & 449 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM php:8-apache
22

33
# Install the codebase from its GitHub release.
4-
ARG OHMS_VIEWER_VERSION=v3.9.1
4+
ARG OHMS_VIEWER_VERSION=v3.10.16
55
ENV OHMS_VIEWER_SOURCE_URL=https://github.com/uklibraries/ohms-viewer/archive/refs/tags/${OHMS_VIEWER_VERSION}.tar.gz
66
RUN curl -L $OHMS_VIEWER_SOURCE_URL | tar zx --strip-components=1
77

0 commit comments

Comments
 (0)