Skip to content

Commit

Permalink
Use Ruby 3.2.2-alpine in Dockerfile
Browse files Browse the repository at this point in the history
The Bundler Audit GitHub Action is currently failing in CI.

@laicuRoot has submitted a PR to the maintainer that fixes this by
updating the `Dockerfile` to use the latest available version of Ruby.

This commit applies the fix for us to use the action while waiting for
the upstream changes..

Ref:
- andrewmcodes#6
  • Loading branch information
smaboshe committed Dec 18, 2023
1 parent 5c17e4a commit c6317ef
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,4 +1,4 @@
FROM ruby:2.7.0-alpine
FROM ruby:3.2.2-alpine

COPY LICENSE README.md /
COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit c6317ef

Please sign in to comment.