Skip to content

Commit

Permalink
update bundle to 2.4.22 in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Giallombardo Nathan committed Jun 26, 2024
1 parent 24d848a commit 51cc85b
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 51cc85b

Please sign in to comment.