From bae547835dd1e7e42f8930c3c9e6459bafabdbb7 Mon Sep 17 00:00:00 2001 From: Anthony Bretaudeau Date: Tue, 13 Aug 2019 09:29:14 +0200 Subject: [PATCH] update to latest dump --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 90bd4e5..2dbe4d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND=noninteractive \ POSTGRES_PASSWORD=postgres \ GMOD_ROOT=/usr/share/gmod/ \ PGDATA=/var/lib/postgresql/data/ \ - SCHEMA_URL=https://github.com/erasche/chado-schema-builder/releases/download/1.31-jenkins21/chado-1.31.sql.gz \ + SCHEMA_URL=https://github.com/erasche/chado-schema-builder/releases/download/1.31-jenkins23/chado-1.31.sql.gz \ INSTALL_CHADO_SCHEMA=1 \ INSTALL_YEAST_DATA=0 diff --git a/README.md b/README.md index ebbdc0e..c918941 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ It is strongly, strongly recommended that you pin your images to a [specific tag E.g. ``` -image: quay.io/galaxy-genome-annotation/chado:1.31-jenkins97-pg9.5 +image: quay.io/galaxy-genome-annotation/chado:1.31-jenkins23-pg9.5 ``` Given that I as the developer have no easy way to communicate to you as the end user that breaking changes have been made (and keeping backwards compatability is prohibitve for a 1-person team..., sorry!), it is best to pin and read the changelog before upgrading.