Skip to content

Commit fa9ddf2

Browse files
committed
Update to FakeSMTP 2.6.2
1 parent 32765da commit fa9ddf2

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.6.1
4+
ARG APP_VERSION=2.6.2
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)