Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM maven:3.6.3-openjdk-11-slim as build
FROM maven:3.8.8-eclipse-temurin-11 as build
Comment thread
SteRiccio marked this conversation as resolved.

LABEL COMPANY="Open Foris"
LABEL MAINTAINER="openforisinitiative@gmail.com"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const Sidebar = () => {
<a href="https://www.openforis.org" target="_blank" rel="noopener noreferrer">
Open Foris
</a>
&copy; 2010-2024
&copy; 2010-2026
Comment thread
SteRiccio marked this conversation as resolved.
</span>
</div>
</nav>
Expand Down
Loading