File tree Expand file tree Collapse file tree 6 files changed +7
-8
lines changed
main/java/com/erudika/para/cache
test/java/com/erudika/para/cache Expand file tree Collapse file tree 6 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
- FROM openjdk:8-jdk-alpine
1
+ FROM openjdk:11-jre-slim
2
2
3
3
RUN mkdir -p /para/lib
4
4
@@ -7,5 +7,4 @@ WORKDIR /para
7
7
ENV PARA_PLUGIN_ID="para-cache-hazelcast" \
8
8
PARA_PLUGIN_VER="1.36.0"
9
9
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/
Original file line number Diff line number Diff line change 187
187
same "printed page" as the copyright notice for easier
188
188
identification within third-party archives.
189
189
190
- Copyright 2020 Erudika LTD, https://erudika.com
190
+ Copyright 2021 Erudika LTD, https://erudika.com
191
191
192
192
Licensed under the Apache License, Version 2.0 (the "License");
193
193
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2013-2020 Erudika. https://erudika.com
2
+ * Copyright 2013-2021 Erudika. https://erudika.com
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2013-2020 Erudika. https://erudika.com
2
+ * Copyright 2013-2021 Erudika. https://erudika.com
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2013-2020 Erudika. https://erudika.com
2
+ * Copyright 2013-2021 Erudika. https://erudika.com
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2013-2020 Erudika. https://erudika.com
2
+ * Copyright 2013-2021 Erudika. https://erudika.com
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments