Skip to content

Commit

Permalink
Merge pull request #92 from Mapotempo/update_bundle_version_default
Browse files Browse the repository at this point in the history
update bundle to 2.4.22 in dev
  • Loading branch information
giallon authored Jun 26, 2024
2 parents 24d848a + 51cc85b commit bb15650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.7'

x-app-args: &app-args
BUNDLE_VERSION: ${BUNDLE_VERSION:-2.2.19}
BUNDLE_VERSION: ${BUNDLE_VERSION:-2.4.22}
RUBY_VERSION: ${RUBY_VERSION:-2.7-slim-bullseye}
BUNDLE_WITHOUT: production

Expand All @@ -12,7 +12,7 @@ services:
<<: *app-args
context: .
dockerfile: Dockerfile
image: dev.example.com/mapotempo/couchbase-orm:ruby-${RUBY_VERSION:-2.7-slim-bullseye}_bundle-${BUNDLE_VERSION:-2.2.19}
image: dev.example.com/mapotempo/couchbase-orm:ruby-${RUBY_VERSION:-2.7-slim-bullseye}_bundle-${BUNDLE_VERSION:-2.4.22}
volumes:
- ./:/srv/app/
- app_cache_vendor:/srv/app/vendor
Expand Down

0 comments on commit bb15650

Please sign in to comment.