Skip to content

Commit

Permalink
update ruby to 2.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Sep 6, 2024
1 parent bf03081 commit 6bbd921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.6
2.7.8
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.6
FROM ruby:2.7.8
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev postgresql-client software-properties-common

RUN curl -sL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
Expand Down

0 comments on commit 6bbd921

Please sign in to comment.