Compare commits

..

1 Commits

3 changed files with 21 additions and 12 deletions

31
.vscode/settings.json vendored
View File

@ -22,17 +22,26 @@
".vscode", ".vscode",
".vscode-insiders" ".vscode-insiders"
], ],
"cSpell.enabledFileTypes": { "cSpell.enabledLanguageIds": [
"go": true, "c",
"javascript": true, "cpp",
"json": true, "csharp",
"markdown": true, "go",
"plaintext": true, "javascript",
"text": true, "javascriptreact",
"typescript": true, "json",
"yaml": true, "latex",
"yml": true "markdown",
}, "php",
"plaintext",
"powershell",
"python",
"text",
"typescript",
"typescriptreact",
"yaml",
"yml"
],
"cSpell.language": "en-US,de-DE", "cSpell.language": "en-US,de-DE",
"cSpell.customDictionaries": { "cSpell.customDictionaries": {
"project-words": { "project-words": {

View File

@ -1,4 +1,4 @@
FROM curlimages/curl:8.12.1 FROM curlimages/curl:8.11.1
LABEL org.opencontainers.image.authors="marco@ocram85.com" LABEL org.opencontainers.image.authors="marco@ocram85.com"
#ENV PLUGIN_OWNER #ENV PLUGIN_OWNER
#ENV PLUGIN_PACKAGE_NAME #ENV PLUGIN_PACKAGE_NAME