Skip to content

Commit

Permalink
Update to FakeSMTP 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghusta committed May 18, 2024
1 parent 137d300 commit 9953721
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.5.1
ARG APP_VERSION=2.6.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 9953721

Please sign in to comment.