Skip to content

Commit

Permalink
Use more stable version of nginx docker image for Rails asset pods
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron committed Nov 18, 2024
1 parent f0c7f67 commit f9a2a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kuby/plugins/rails_app/assets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Assets < ::Kuby::Plugin
extend ::KubeDSL::ValueFields

ROLE = 'assets'.freeze
NGINX_IMAGE = 'nginx:1.9-alpine'.freeze
NGINX_IMAGE = 'nginx:1-alpine'.freeze
NGINX_PORT = 8082
NGINX_MOUNT_PATH = '/usr/share/nginx/assets'.freeze
RAILS_MOUNT_PATH = '/usr/share/assets'.freeze
Expand Down

0 comments on commit f9a2a7f

Please sign in to comment.