Skip to content

Commit

Permalink
small versions updates and fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
florentos17 authored and Arsnael committed Nov 14, 2024
1 parent 8e35b55 commit 6d78755
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/jenkins-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN set -x && \
rm -rf /var/lib/apt/lists/*

# Install Maven 3.6.3
ENV MAVEN_VERSION 3.6.3
ENV MAVEN_VERSION 3.9.9
RUN curl -Lf https://downloads.apache.org/maven/maven-3/$MAVEN_VERSION/binaries/apache-maven-$MAVEN_VERSION-bin.tar.gz | tar -C /opt -xzv
ENV M2_HOME /opt/apache-maven-$MAVEN_VERSION
ENV maven.home $M2_HOME
Expand Down
4 changes: 2 additions & 2 deletions tmail-backend/apps/distributed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To build the distributed server:

```
mvn clean install
mvn compile com.google.cloud.tools:jib-maven-plugin:2.7.0:dockerBuild
mvn compile com.google.cloud.tools:jib-maven-plugin:3.4.3:dockerBuild
```

## Run
Expand Down Expand Up @@ -84,7 +84,7 @@ First you need to generate your RSA keys and replace the local paths by the corr

```
services:
james:
tmail-backend:
[...]
volumes:
- ${RSA_PUBLICKEY_PATH}:/root/conf/jwt_publickey # Replace with absolute path to your RSA public key
Expand Down
2 changes: 1 addition & 1 deletion tmail-backend/apps/memory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Then to build your server:

```
mvn clean install
mvn compile com.google.cloud.tools:jib-maven-plugin:2.7.0:dockerBuild
mvn compile com.google.cloud.tools:jib-maven-plugin:3.4.3:dockerBuild
```

You can add the -DskipTests flag as well if you don't want to run the tests.
Expand Down

0 comments on commit 6d78755

Please sign in to comment.