We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3554bb commit b715061Copy full SHA for b715061
docker/Dockerfile
@@ -26,7 +26,7 @@ RUN adduser --disabled-password --gecos "" rodhaj \
26
27
USER rodhaj
28
29
-ENV PATH="${PATH}:${HOME}/.local/bin"
+ENV PATH="${PATH}:/home/rodhaj/.local/bin"
30
31
RUN pip install --user -r requirements.txt
32
docker/pg/Dockerfile
@@ -1,2 +1,2 @@
1
-FROM postgres:16
+FROM postgres:17
2
COPY /init.sh /docker-entrypoint-initdb.d/
0 commit comments