Skip to content

Commit

Permalink
Merge branch 'release/2022.2' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Apr 29, 2022
2 parents cdfc8dd + 0edebef commit bd40c91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
# 1. a tagged release e.g. 4.10.0
# 2. a branch e.g. main or develop
# 3. a git commit hash
MDM_APPLICATION_COMMIT=5.0.0
MDM_UI_COMMIT=7.0.0
MDM_APPLICATION_COMMIT=5.1.0
MDM_UI_COMMIT=7.1.0

# Change this to alter the port MDM is published to
MDM_PORT=8082

# Change this to change the tag assigned to the built docker mdm image
MDM_TAG=2022.1
MDM_TAG=2022.2
4 changes: 2 additions & 2 deletions mauro-data-mapper/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

ARG MDM_BASE_IMAGE_VERSION=grails-5.1.2-jdk17.0.1_12-node-14.18.1-npm-8.3.0
ARG TOMCAT_IMAGE_VERSION=9.0.58-jre17-temurin
ARG MDM_BASE_IMAGE_VERSION=grails-5.1.7-jdk17.0.3_7-node-14.18.1-npm-8.3.0
ARG TOMCAT_IMAGE_VERSION=9.0.62-jre17-temurin

FROM maurodatamapper/mdm_base:$MDM_BASE_IMAGE_VERSION AS mdm-build
LABEL maintainer="Oliver Freeman <[email protected]>"
Expand Down

0 comments on commit bd40c91

Please sign in to comment.