Skip to content

Commit b77ee1c

Browse files
committed
updated Dockerfile
1 parent e520940 commit b77ee1c

File tree

6 files changed

+7
-8
lines changed

6 files changed

+7
-8
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openjdk:8-jdk-alpine
1+
FROM openjdk:11-jre-slim
22

33
RUN mkdir -p /para/lib
44

@@ -7,5 +7,4 @@ WORKDIR /para
77
ENV PARA_PLUGIN_ID="para-cache-hazelcast" \
88
PARA_PLUGIN_VER="1.36.0"
99

10-
RUN wget -q -P /para/lib/ https://oss.sonatype.org/service/local/repositories/releases/content/com/erudika/$PARA_PLUGIN_ID/$PARA_PLUGIN_VER/$PARA_PLUGIN_ID-$PARA_PLUGIN_VER-shaded.jar \
11-
|| exit 2
10+
ADD https://oss.sonatype.org/service/local/repositories/releases/content/com/erudika/$PARA_PLUGIN_ID/$PARA_PLUGIN_VER/$PARA_PLUGIN_ID-$PARA_PLUGIN_VER-shaded.jar /para/lib/

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright 2020 Erudika LTD, https://erudika.com
190+
Copyright 2021 Erudika LTD, https://erudika.com
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

src/main/java/com/erudika/para/cache/HazelcastCache.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2013-2020 Erudika. https://erudika.com
2+
* Copyright 2013-2021 Erudika. https://erudika.com
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/com/erudika/para/cache/HazelcastUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2013-2020 Erudika. https://erudika.com
2+
* Copyright 2013-2021 Erudika. https://erudika.com
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/test/java/com/erudika/para/cache/CacheTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2013-2020 Erudika. https://erudika.com
2+
* Copyright 2013-2021 Erudika. https://erudika.com
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/test/java/com/erudika/para/cache/HazelcastCacheIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2013-2020 Erudika. https://erudika.com
2+
* Copyright 2013-2021 Erudika. https://erudika.com
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)