Skip to content

Commit

Permalink
Merge pull request #1109 from alphagov/upgrade-mailcatcher
Browse files Browse the repository at this point in the history
Upgrade mailcatcher gem
  • Loading branch information
pixeltrix authored Dec 14, 2024
2 parents 82b0078 + 1457ab4 commit 3e46478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/mailcatcher/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ruby:3.0-bullseye
FROM ruby:3.2-bookworm

ARG VERSION=0.9.0
ARG VERSION=0.10.0

RUN gem install mailcatcher -v $VERSION

Expand Down

0 comments on commit 3e46478

Please sign in to comment.