Skip to content

Commit 9f6b639

Browse files
author
Michael Bryson
authored
SCMOD-14898: Update to latest release of base images (#25)
1 parent 5353173 commit 9f6b639

File tree

2 files changed

+2
-2
lines changed
  • elastic-mapping-updater-cli-image
  • elastic-mapping-updater

2 files changed

+2
-2
lines changed

elastic-mapping-updater-cli-image/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<image>
6363
<name>${dockerCafDataProcessingOrg}elastic-mapping-updater${dockerProjectVersion}</name>
6464
<build>
65-
<from>${dockerHubPublic}/cafapi/prereleases:opensuse-jre11-3.5.0-SNAPSHOT</from>
65+
<from>${dockerHubPublic}/cafapi/opensuse-jre11:3</from>
6666
<entryPoint>
6767
<arg>/tini</arg>
6868
<arg>--</arg>

elastic-mapping-updater/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<images>
176176
<!-- Elasticsearch image -->
177177
<image>
178-
<name>${dockerHubPublic}/cafapi/prereleases:opensuse-elasticsearch7-3.5.0-SNAPSHOT</name>
178+
<name>${dockerHubPublic}/cafapi/opensuse-elasticsearch7:3</name>
179179
<alias>elasticsearch</alias>
180180
<run>
181181
<env>

0 commit comments

Comments
 (0)