diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 47901719..ef953451 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: needs: lint strategy: matrix: - ckan-version: ['2.10', '2.10.1'] + ckan-version: ['2.10'] fail-fast: false name: CKAN ${{ matrix.ckan-version }} diff --git a/Dockerfile b/Dockerfile index 60b89baf..0edfa212 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG CKAN_VERSION=2.10.1 +ARG CKAN_VERSION=2.10 FROM openknowledge/ckan-dev:${CKAN_VERSION} ARG CKAN_VERSION diff --git a/Makefile b/Makefile index 4a82c3e7..bf06eda0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CKAN_VERSION ?= 2.10.1 +CKAN_VERSION ?= 2.10 COMPOSE_FILE ?= docker-compose.yml build: ## Build the docker containers