Skip to content

Commit

Permalink
Merge pull request #3 from hydroserver2/python-3.11
Browse files Browse the repository at this point in the history
Python 3.11 Upgrade
  • Loading branch information
kjlippold authored Jul 29, 2024
2 parents f4a3911 + 3475bbd commit 135eba6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/hydroserver-local-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- timescale_data:/var/lib/postgresql/data

django:
image: python:3.8
image: python:3.11
volumes:
- {hydroserver-api-services}:/app
- staticfiles:/app/staticfiles
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/elasticbeanstalk.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resource "aws_elastic_beanstalk_application" "hydroserver_django_app" {
resource "aws_elastic_beanstalk_environment" "hydroserver_django_env" {
name = "hydroserver-${var.instance}-env"
application = aws_elastic_beanstalk_application.hydroserver_django_app.name
solution_stack_name = "64bit Amazon Linux 2 v3.5.12 running Python 3.8"
solution_stack_name = "64bit Amazon Linux 2023 v4.1.1 running Python 3.11"

setting {
namespace = "aws:elasticbeanstalk:environment"
Expand Down

0 comments on commit 135eba6

Please sign in to comment.