Skip to content

Commit

Permalink
Set ruby to 3.1.2 in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-collier committed May 11, 2022
1 parent 2e7de00 commit a284d59
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.5-alpine
FROM ruby:3.1.2-alpine

# Provide SSL defaults that work in dev/test environments where we do not require connections to secured services
# These values are overrideable at both buildtime and runtime (hence the ARG/ENV combo).
Expand Down

0 comments on commit a284d59

Please sign in to comment.