File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
SHELL =CMD
2
2
3
- COMPARISON_VERSION = 22.11
3
+ COMPARISON_VERSION = 23.1
4
4
5
5
# Groupdocs.Comparison for Java - Dropwizard sample
6
6
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ ENV FILES_DIR "DocumentSamples"
33
33
ENV RESULT_DIR "DocumentSamples"
34
34
ENV HOST_ADDRESS ""
35
35
36
- LABEL version="22.11 " \
36
+ LABEL version="23.1 " \
37
37
maintainer="GroupDocs Team" \
38
38
url="https://products.groupdocs.com/comparison/java" \
39
39
documentation="https://docs.groupdocs.com/comparison/java" \
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ Each can be used to run GroupDocs.Comparison for Java Spring sample
106
106
Example:
107
107
108
108
``` bash
109
- docker run -p 8080:8080 --name my-comparison --rm groupdocs/comparison:22.11 -java-openjdk8-bullseye-spring
109
+ docker run -p 8080:8080 --name my-comparison --rm groupdocs/comparison:23.1 -java-openjdk8-bullseye-spring
110
110
# # Open http://localhost:8080/comparison/ in your favorite browser.
111
111
```
112
112
You can’t perform that action at this time.
0 commit comments