Skip to content

Commit

Permalink
Merge pull request #412 from nimblehq/feature/gh409-upgrade-postgres-…
Browse files Browse the repository at this point in the history
…15.2

[#409] Upgrate Postges to 15.2
  • Loading branch information
malparty authored Jun 22, 2023
2 parents 7c837f9 + 7b25b65 commit 5189ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
DOCKER_REGISTRY_HOST = 'docker.io'
DOCKER_IMAGE = "nimblehq/#{APP_NAME}".freeze
RUBY_VERSION = '3.0.1'
POSTGRES_VERSION = '14.4'
POSTGRES_VERSION = '15.2'
REDIS_VERSION = '6.2.7'
# Variants
API_VARIANT = options[:api] || ENV['API'] == 'true'
Expand Down

0 comments on commit 5189ddb

Please sign in to comment.