-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change version in compose and in examples
- Loading branch information
1 parent
dbcdd5e
commit e2ab81e
Showing
10 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
################### | ||
### Extensions #### | ||
################### | ||
FROM ghcr.io/keitaroinc/ckan:2.9.9 as extbuild | ||
FROM ghcr.io/keitaroinc/ckan:2.9.11 as extbuild | ||
|
||
# Locations and tags, please use specific tags or revisions | ||
ENV HARVEST_GIT_URL=https://github.com/ckan/ckanext-harvest | ||
|
@@ -30,7 +30,7 @@ USER ckan | |
############ | ||
### MAIN ### | ||
############ | ||
FROM ghcr.io/keitaroinc/ckan:2.9.9 | ||
FROM ghcr.io/keitaroinc/ckan:2.9.11 | ||
|
||
LABEL maintainer="Keitaro Inc <[email protected]>" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
################### | ||
### Extensions #### | ||
################### | ||
FROM ghcr.io/keitaroinc/ckan:2.9.9 as extbuild | ||
FROM ghcr.io/keitaroinc/ckan:2.9.11 as extbuild | ||
|
||
# Locations and tags, please use specific tags or revisions | ||
ENV S3FILESTORE_GIT_URL=https://github.com/keitaroinc/ckanext-s3filestore | ||
|
@@ -20,7 +20,7 @@ USER ckan | |
############ | ||
### MAIN ### | ||
############ | ||
FROM ghcr.io/keitaroinc/ckan:2.9.9 | ||
FROM ghcr.io/keitaroinc/ckan:2.9.11 | ||
|
||
LABEL maintainer="Keitaro Inc <[email protected]>" | ||
|
||
|