Commit 5d96ec18 authored by Matt Pryor's avatar Matt Pryor
Browse files

Fix typo in download URL

parent 69957c4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ ARG ESGF_IMAGES_VERSION=latest
# Unpack the esg-orp war
ARG ESGF_ORP_ASSETS=https://github.com/ESGF/esg-orp/releases/download/
ARG ESGF_ORP_VERSION=v2.11.0
ARG WAR_LOCATION=$ESGF_ORP_ASSETS/$ESGF_ORP_VERSION/esgf-orp.war
ARG WAR_LOCATION=$ESGF_ORP_ASSETS/$ESGF_ORP_VERSION/esg-orp.war
FROM ${ESGF_REPOSITORY_BASE}/tomcat-builder:${ESGF_IMAGES_VERSION} as builder

# Copy the unpacked contents into the runtime container