Skip to content

Commit

Permalink
Ruby 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Jul 7, 2021
1 parent ff25f8a commit dfdce75
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.3
3.0.1
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
# docker build --squash -t stefansundin/rssbox .
# docker push stefansundin/rssbox

FROM stefansundin/ruby:2.7
LABEL maintainer="stefansundin https://github.com/stefansundin/rssbox"
FROM stefansundin/ruby:3.0
LABEL org.opencontainers.image.authors="Stefan Sundin"
LABEL org.opencontainers.image.url="https://github.com/stefansundin/rssbox"

# install gem dependencies
RUN \
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ DEPENDENCIES
tzinfo

RUBY VERSION
ruby 2.7.3p183
ruby 3.0.1p64

BUNDLED WITH
2.1.4
2.2.15

0 comments on commit dfdce75

Please sign in to comment.