mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-08 19:28:29 +02:00
Use HTTPS repository link for devcontainer (#837)
* Use HTTPS repository link for devcontainer The SSH repository link means you need to be set up with a key, have already accepted the github.com host key. Cloning via HTTPS requires less steps. * Update devcontainer.json * Update requirements.txt
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// README at: https://github.com/devcontainers/templates/tree/main/src/python
|
||||
{
|
||||
"name": "Python 3",
|
||||
"image": "mcr.microsoft.com/devcontainers/python:0-3.10",
|
||||
"image": "mcr.microsoft.com/devcontainers/python:3.11",
|
||||
"features": {
|
||||
"ghcr.io/devcontainers/features/node:1": {}
|
||||
},
|
||||
|
Reference in New Issue
Block a user