diff --git a/Dockerfile b/Dockerfile index eacd86f..365c576 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-jenkins23/chado-1.31.sql.gz \ + SCHEMA_URL=https://github.com/erasche/chado-schema-builder/releases/download/1.31-jenkins26/chado-1.31.sql.gz \ INSTALL_CHADO_SCHEMA=1 \ INSTALL_YEAST_DATA=0 diff --git a/README.md b/README.md index c918941..e273e6d 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-jenkins23-pg9.5 +image: quay.io/galaxy-genome-annotation/chado:1.31-jenkins26-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.