Compare commits
1 Commits
renovate/c
...
renovate/m
Author | SHA1 | Date | |
---|---|---|---|
4570e86869 |
@ -1,4 +1,4 @@
|
|||||||
FROM maven:3.9.8-eclipse-temurin-17-alpine
|
FROM maven:3.9.9-eclipse-temurin-17-alpine
|
||||||
|
|
||||||
RUN apk --update --upgrade --no-cache add fontconfig ttf-freefont font-noto terminus-font \
|
RUN apk --update --upgrade --no-cache add fontconfig ttf-freefont font-noto terminus-font \
|
||||||
&& fc-cache -f \
|
&& fc-cache -f \
|
||||||
|
2
pom.xml
2
pom.xml
@ -169,7 +169,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.maxmind.geoip2</groupId>
|
<groupId>com.maxmind.geoip2</groupId>
|
||||||
<artifactId>geoip2</artifactId>
|
<artifactId>geoip2</artifactId>
|
||||||
<version>4.2.1</version>
|
<version>4.2.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Archive Utilities -->
|
<!-- Archive Utilities -->
|
||||||
|
Reference in New Issue
Block a user