File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ services:
5959 web :
6060 # You can uncomment the following line if you want to not use the prebuilt image, for example if you have local code changes
6161 build : .
62- image : kmyblue:23.0-dev
62+ image : kmyblue:23.0
6363 restart : always
6464 env_file : .env.production
6565 command : bundle exec puma -C config/puma.rb
@@ -83,7 +83,7 @@ services:
8383 build :
8484 dockerfile : ./streaming/Dockerfile
8585 context : .
86- image : kmyblue-streaming:23.0-dev
86+ image : kmyblue-streaming:23.0
8787 restart : always
8888 env_file : .env.production
8989 command : node ./streaming/index.js
@@ -101,7 +101,7 @@ services:
101101
102102 sidekiq :
103103 build : .
104- image : kmyblue:23.0-dev
104+ image : kmyblue:23.0
105105 restart : always
106106 env_file : .env.production
107107 command : bundle exec sidekiq
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ module Version
99 # If you change the version number, also change the image version in docker-compose.yml.
1010
1111 def kmyblue_major
12- 22
12+ 23
1313 end
1414
1515 def kmyblue_minor
@@ -18,8 +18,8 @@ def kmyblue_minor
1818
1919 def kmyblue_flag
2020 # 'LTS'
21- 'dev'
22- # nil
21+ # 'dev'
22+ nil
2323 end
2424
2525 def major
You can’t perform that action at this time.
0 commit comments