Bump version to v4.3.8 (#34626)

This commit is contained in:
KMY 2025-05-07 08:00:56 +09:00
parent d21a4f8c39
commit 9524487909
4 changed files with 54 additions and 6 deletions

View file

@ -59,7 +59,7 @@ services:
web:
# You can uncomment the following line if you want to not use the prebuilt image, for example if you have local code changes
build: .
image: kmyblue:18.0
image: kmyblue:18.1
restart: always
env_file: .env.production
command: bundle exec puma -C config/puma.rb
@ -83,7 +83,7 @@ services:
build:
dockerfile: ./streaming/Dockerfile
context: .
image: kmyblue-streaming:18.0
image: kmyblue-streaming:18.1
restart: always
env_file: .env.production
command: node ./streaming/index.js
@ -101,7 +101,7 @@ services:
sidekiq:
build: .
image: kmyblue:18.0
image: kmyblue:18.1
restart: always
env_file: .env.production
command: bundle exec sidekiq