Skip to content

Commit

Permalink
⬆️ Update guacamole-user-sync version to allow for special characters…
Browse files Browse the repository at this point in the history
… in passwords
  • Loading branch information
jemrobinson committed Jul 18, 2024
1 parent 9325597 commit 812139e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def __init__(
),
),
containerinstance.ContainerArgs(
image="ghcr.io/alan-turing-institute/guacamole-user-sync:v0.4.0",
image="ghcr.io/alan-turing-institute/guacamole-user-sync:v0.5.0",
name="guacamole-user-sync"[:63],
environment_variables=[
containerinstance.EnvironmentVariableArgs(
Expand Down

0 comments on commit 812139e

Please sign in to comment.