Skip to content

Commit

Permalink
no need to pin to *.*.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FuhuXia committed Jul 27, 2023
1 parent dca36bc commit 4bb3adb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG CKAN_VERSION=2.10.1
ARG CKAN_VERSION=2.10
FROM openknowledge/ckan-dev:${CKAN_VERSION}
ARG CKAN_VERSION

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CKAN_VERSION ?= 2.10.1
CKAN_VERSION ?= 2.10
COMPOSE_FILE ?= docker-compose.yml

build: ## Build the docker containers
Expand Down

0 comments on commit 4bb3adb

Please sign in to comment.