We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bedb2b2 commit a2dfd5cCopy full SHA for a2dfd5c
.devcontainer/devcontainer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pfSensible HAProxy Development",
3
- "image": "mcr.microsoft.com/devcontainers/python:3.10",
+ "image": "mcr.microsoft.com/devcontainers/python:3.14",
4
5
// Mount the workspace in the proper Ansible collection structure
6
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces/ansible_collections/pfsensible/haproxy,type=bind,consistency=cached",
0 commit comments