Skip to content

Commit

Permalink
Update base image
Browse files Browse the repository at this point in the history
  • Loading branch information
atkrad committed May 14, 2024
1 parent 165eb41 commit 9ab2e18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM dockage/alpine:3.18.3
FROM dockage/alpine:3.18.6

ENV MAILCATCHER_VERSION=0.9.0

RUN apk --no-cache --update add build-base ruby ruby-dev ruby-json ruby-etc sqlite-dev gcompat \
RUN apk --no-cache --update add build-base ruby ruby-dev ruby-json ruby-etc sqlite-libs sqlite-dev gcompat \
&& gem install sqlite3 --no-document --platform ruby \
&& gem install mailcatcher:${MAILCATCHER_VERSION} --no-document \
&& apk del --rdepends --purge build-base
&& apk del --rdepends --purge build-base sqlite-dev

EXPOSE 1025 1080

Expand Down

0 comments on commit 9ab2e18

Please sign in to comment.