Skip to content

Commit f76bc59

Browse files
committed
Update to FakeSMTP 2.8.0
1 parent 2eab83a commit f76bc59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG JAVA_IMAGE_TAG=17-jre
22
FROM eclipse-temurin:$JAVA_IMAGE_TAG
33

4-
ARG APP_VERSION=2.7.3
4+
ARG APP_VERSION=2.8.0
55
RUN set -ex; \
66
wget -q https://github.com/ghusta/FakeSMTP/releases/download/v${APP_VERSION}/fakeSMTP-${APP_VERSION}.jar -O fakeSMTP.jar; \
77
mv fakeSMTP.jar /opt;

0 commit comments

Comments
 (0)