From 71f26c870c99d29f4a5695f7630d81fb17412c36 Mon Sep 17 00:00:00 2001 From: "egon w. stemle" <egon.stemle@eurac.edu> Date: Tue, 18 May 2021 21:07:25 +0200 Subject: [PATCH] Bump DSPACE_APP_VERSION --- CHANGELOG.md | 2 ++ dockerfiles/Earthfile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46da80f..16baf7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added ### Changed +- Bump DSPACE_APP_VERSION + ### Removed ### Fixed diff --git a/dockerfiles/Earthfile b/dockerfiles/Earthfile index f2b76f9..74a6174 100644 --- a/dockerfiles/Earthfile +++ b/dockerfiles/Earthfile @@ -1,5 +1,5 @@ # Usage: earthly --push [--no-cache] +docker -ARG DSPACE_APP_VERSION=1.1 +ARG DSPACE_APP_VERSION=1.2-rc2 docker-from-docker: FROM DOCKERFILE --build-arg DSPACE_APP_VERSION=$DSPACE_APP_VERSION . -- GitLab