Skip to content

Commit

Permalink
Update Dockerfile ruby and brakeman versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bermannoah authored Oct 9, 2024
1 parent 9342d01 commit 322ba6e
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,6 +1,6 @@
FROM ruby:2.7.5-alpine
FROM ruby:3.3.5-alpine

RUN gem install brakeman -v 5.2.2
RUN gem install brakeman -v 6.2.1

COPY lib /action/lib

Expand Down

0 comments on commit 322ba6e

Please sign in to comment.