Skip to content

Commit

Permalink
Update Dockerfiles to use Ruby 3.0 (#1780)
Browse files Browse the repository at this point in the history
  • Loading branch information
presidentbeef committed May 24, 2023
1 parent 9be7fbf commit 6af53c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM ruby:2.7-alpine
FROM ruby:3.0-alpine
LABEL maintainer="Justin Collins <gem@brakeman.org>"

WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.codeclimate
@@ -1,4 +1,4 @@
FROM ruby:2.7-alpine
FROM ruby:3.0-alpine
LABEL maintainer="Justin Collins"

WORKDIR /usr/src/app
Expand Down

0 comments on commit 6af53c6

Please sign in to comment.