Skip to content

Commit

Permalink
Test release dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
avdata99 committed Oct 21, 2024
1 parent 4e03cc1 commit 1a61871
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[![Docker Stars](https://img.shields.io/docker/stars/avdata99/unckan.svg)](https://hub.docker.com/r/avdata99/unckan/tags)
[![Docker Pulls](https://img.shields.io/docker/pulls/avdata99/unckan.svg)](https://hub.docker.com/r/avdata99/unckan/tags)
[![Docker Automated](https://img.shields.io/docker/automated/avdata99/unckan.svg)](https://hub.docker.com/r/avdata99/unckan/tags)
[![Docker Build](https://img.shields.io/docker/build/avdata99/unckan.svg)](https://hub.docker.com/r/avdata99/unckan/tags)

# Entorno CKAN para Universidades Argentinas

Expand Down
1 change: 1 addition & 0 deletions docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

build:
@if [ ! -f docker-compose.yml ]; then cp docker-compose.example.yml docker-compose.yml; fi
@if [ ! -f docker/ckan/files/env/local.env ]; then touch ckan/files/env/local.env; fi
$(eval TZ ?= America/Argentina/Cordoba)
$(eval ENV_NAME ?= local)
BUILDKIT_PROGRESS=plain docker build \
Expand Down
2 changes: 1 addition & 1 deletion docker/ckan/files/env/base.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Do not change this file for your local env
# Use local.env to set your local env variables

CKAN_UNI_VERSION=0.4.1
CKAN_UNI_VERSION=0.4.2
CKAN_GIT_URL=https://github.com/ckan/ckan.git
CKAN_GIT_BRANCH=ckan-2.10.5

Expand Down

0 comments on commit 1a61871

Please sign in to comment.