Added devcontainer for pgsql development

This commit is contained in:
JPVenson
2025-01-27 19:14:11 +00:00
parent 4ce0d498ab
commit 74858042fc
4 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/dotnet:1-8.0-bookworm
FROM mcr.microsoft.com/devcontainers/dotnet:9.0-bookworm
# [Optional] Uncomment this section to install additional OS packages.
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \