Skip to content

Commit

Permalink
Bump Ruby, Alpine, and mdl
Browse files Browse the repository at this point in the history
  • Loading branch information
bewuethr committed Oct 27, 2024
1 parent c6c8199 commit 7b75aa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.2.2-alpine3.17
RUN gem install mdl -v 0.12.0
FROM ruby:3.3.5-alpine3.20
RUN gem install mdl -v 0.13.0
COPY runmdl /runmdl
ENTRYPOINT ["/runmdl"]

0 comments on commit 7b75aa8

Please sign in to comment.