Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GGCE
GGCE Server
Commits
a5ecd470
Commit
a5ecd470
authored
May 17, 2022
by
Artem Hrybeniuk
Browse files
Jetty upgraded to 10.0.9
parent
d055331c
Changes
2
Hide whitespace changes
Inline
Side-by-side
server/docker/Dockerfile
View file @
a5ecd470
...
...
@@ -14,7 +14,7 @@ RUN mv WEB-INF/lib ..
# RUN find .
FROM
jetty:
9.4.46
-jre11
as
jetty
FROM
jetty:
10.0.9
-jre11
as
jetty
LABEL
maintainer "Matija Obreza <matija.obreza@croptrust.org>"
ENV
USER=jetty
...
...
server/pom.xml
View file @
a5ecd470
...
...
@@ -66,7 +66,7 @@
<application.blocks.version>
4.0-SNAPSHOT
</application.blocks.version>
<!--Container -->
<jetty.version>
9.4.46.v20220331
</jetty.version>
<jetty.version>
10.0.9
</jetty.version>
<jstl.version>
1.2
</jstl.version>
<servlet-api.version>
4.0.1
</servlet-api.version>
<jsp-api.version>
2.3.3
</jsp-api.version>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment