We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c2ded9 commit 4096c96Copy full SHA for 4096c96
Dockerfile
@@ -1,7 +1,7 @@
1
ARG JAVA_IMAGE_TAG=17-jre
2
FROM eclipse-temurin:$JAVA_IMAGE_TAG
3
4
-ARG APP_VERSION=2.8.1
+ARG APP_VERSION=2.8.2
5
# ca-certificates needed
6
ADD https://github.com/ghusta/FakeSMTP/releases/download/v${APP_VERSION}/fakeSMTP-${APP_VERSION}.jar /opt/fakeSMTP.jar
7
0 commit comments