Skip to content

Commit 33e4564

Browse files
authored
Merge pull request #242 from entando/ENGPM-555
ENGPM-555: Docker file upgrade
2 parents 9f77b4d + fd9e1a7 commit 33e4564

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: Dockerfile.eap

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL name="Entando App" \
66
maintainer="[email protected]" \
77
vendor="Entando Inc." \
88
version="${VERSION}" \
9-
release="7.0.0" \
9+
release="7.3.0" \
1010
summary="Entando Application" \
1111
description="This Entando app engine application provides APIs and composition for Entando applications"
1212

Diff for: Dockerfile.tomcat

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM registry.hub.docker.com/entando/entando-tomcat-base:7.2.0-IT-410-PR-26
1+
FROM registry.hub.docker.com/entando/entando-tomcat-base:7.3.0
22
ARG VERSION
33

44
### Required OpenShift Labels
55
LABEL name="Entando App" \
66
maintainer="[email protected]" \
77
vendor="Entando Inc." \
88
version="${VERSION}" \
9-
release="7.0.0" \
9+
release="7.3.0" \
1010
summary="Entando Application" \
1111
description="This Entando app engine application provides APIs and composition for Entando applications"
1212

Diff for: Dockerfile.wildfly

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL name="Entando App" \
77
maintainer="[email protected]" \
88
vendor="Entando Inc." \
99
version="${VERSION}" \
10-
release="7.0.0" \
10+
release="7.3.0" \
1111
summary="Entando Application" \
1212
description="This Entando app engine application provides APIs and composition for Entando applications"
1313

0 commit comments

Comments
 (0)