You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2020/06/17 08:53:13 UTC

[incubator-streampipes-extensions] branch dev updated: Change docker tag version of enricher processors

This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-extensions.git


The following commit(s) were added to refs/heads/dev by this push:
     new 1d2b521  Change docker tag version of enricher processors
1d2b521 is described below

commit 1d2b5217d9c745eb0b6a89ac7c0eb2a1ba2e2bee
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Wed Jun 17 10:50:27 2020 +0200

    Change docker tag version of enricher processors
---
 streampipes-processors-enricher-jvm/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/streampipes-processors-enricher-jvm/Dockerfile b/streampipes-processors-enricher-jvm/Dockerfile
index cc414fe..63fe799 100644
--- a/streampipes-processors-enricher-jvm/Dockerfile
+++ b/streampipes-processors-enricher-jvm/Dockerfile
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-ARG BASE_IMAGE=adoptopenjdk/openjdk9-openj9:alpine-slim
+ARG BASE_IMAGE=adoptopenjdk/openjdk9-openj9:alpine
 FROM $BASE_IMAGE
 
 ENV CONSUL_LOCATION consul