We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 107045b commit 551e0a0Copy full SHA for 551e0a0
app.py
@@ -17,7 +17,7 @@
17
# get the environment
18
environment = utils.get_environment()
19
stack_name_prefix = f"openchallenges-{environment}"
20
-image_version = "1.2.0"
+image_version = "1.3.0"
21
22
# get VARS from cdk.json
23
env_vars = app.node.try_get_context(environment)
0 commit comments