We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b33be5 commit 070a19eCopy full SHA for 070a19e
.devcontainer/Dockerfile
@@ -4,4 +4,4 @@ RUN apt update
4
RUN apt install -y postgresql-common
5
RUN YES=yes /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh
6
RUN apt install -y postgresql-client-17
7
-RUN su node -c "npm install -g pnpm@9.12.2"
+RUN su node -c "npm install -g pnpm@9.12.3"
docs/setup.md
@@ -142,6 +142,4 @@ The following sources were used:
142
### Maintain application system
143
144
- Create a database backup
145
-
146
- Archive storage
147
0 commit comments