Skip to content

Commit

Permalink
Update to FakeSMTP 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghusta committed Jan 2, 2024
1 parent c2758a2 commit 913b378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG JAVA_IMAGE_TAG=17-jre
FROM eclipse-temurin:$JAVA_IMAGE_TAG

ARG APP_VERSION=2.4.0
ARG APP_VERSION=2.5.0
RUN set -ex; \
wget -q https://github.com/ghusta/FakeSMTP/releases/download/v${APP_VERSION}/fakeSMTP-${APP_VERSION}.jar -O fakeSMTP.jar; \
mv fakeSMTP.jar /opt;
Expand Down

0 comments on commit 913b378

Please sign in to comment.