Skip to content

Commit

Permalink
Merge pull request #1371 from tdrwenski/update-docker-image
Browse files Browse the repository at this point in the history
Update version in TestContainer tests
  • Loading branch information
haileyajohnson authored Jul 18, 2024
2 parents e5bc057 + 445d75b commit 8d58fcd
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ MAINTAINER Unidata

USER root

# TODO use release version of d4ts
#ENV D4TS_WAR_URL https://artifacts.unidata.ucar.edu/repository/unidata-releases/edu/ucar/d4ts/5.4/d4ts-5.4.war
ENV D4TS_WAR_URL https://artifacts.unidata.ucar.edu/repository/unidata-snapshots/edu/ucar/d4ts/5.5-SNAPSHOT/d4ts-5.5-20240701.222741-216.war
ENV DTS_WAR_URL https://artifacts.unidata.ucar.edu/repository/unidata-releases/edu/ucar/dtswar/5.4/dtswar-5.4.war
ENV D4TS_WAR_URL https://artifacts.unidata.ucar.edu/repository/unidata-releases/edu/ucar/d4ts/5.5/d4ts-5.5.war
ENV DTS_WAR_URL https://artifacts.unidata.ucar.edu/repository/unidata-releases/edu/ucar/dtswar/5.5/dtswar-5.5.war

# Install necessary packages
RUN apt-get update && \
Expand Down

0 comments on commit 8d58fcd

Please sign in to comment.