Skip to content

Commit

Permalink
chore: docker-compose.yml: Use ruby-3.0 (#128)
Browse files Browse the repository at this point in the history
This prepares to add new stable Ruby versions.

Co-authored-by: Olle Jonsson <olle.jonsson@gmail.com>
  • Loading branch information
mdp and olleolleolle committed Jun 12, 2023
1 parent b38a738 commit 9a48b39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-3.0-rc → Dockerfile-3.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.0-rc
FROM ruby:3.0

RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ services:
volumes:
- "./lib:/usr/src/app/lib"
- "./spec:/usr/src/app/spec"
ruby_3_0_rc:
ruby_3_0:
build:
context: .
dockerfile: Dockerfile-3.0-rc
dockerfile: Dockerfile-3.0
volumes:
- "./lib:/usr/src/app/lib"
- "./spec:/usr/src/app/spec"

0 comments on commit 9a48b39

Please sign in to comment.