We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32765da commit fa9ddf2Copy full SHA for fa9ddf2
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.6.1
+ARG APP_VERSION=2.6.2
5
RUN set -ex; \
6
wget -q https://github.com/ghusta/FakeSMTP/releases/download/v${APP_VERSION}/fakeSMTP-${APP_VERSION}.jar -O fakeSMTP.jar; \
7
mv fakeSMTP.jar /opt;
0 commit comments