Skip to content

Commit

Permalink
Merge branch 'master' into harvesting
Browse files Browse the repository at this point in the history
  • Loading branch information
loleg committed Jan 16, 2024
2 parents 3c81ea6 + 89c900f commit 6bb2e48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ckan/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ckan/ckan-base:2.10.1
FROM ckan/ckan-base:2.10.3

# Install any extensions needed by your CKAN instance
# See Dockerfile.dev for more details and examples
Expand Down
2 changes: 1 addition & 1 deletion ckan/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ckan/ckan-dev:2.10.1
FROM ckan/ckan-dev:2.10.3

# Install any extensions needed by your CKAN instance
# - Make sure to add the plugins to CKAN__PLUGINS in the .env file
Expand Down
2 changes: 1 addition & 1 deletion postgresql/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:12-alpine

# Include extra setup scripts (eg datastore)
COPY docker-entrypoint-initdb.d /docker-entrypoint-initdb.d
COPY --chown=postgres:postgres docker-entrypoint-initdb.d /docker-entrypoint-initdb.d

0 comments on commit 6bb2e48

Please sign in to comment.