Skip to content

Commit

Permalink
fix dockerfile + bump pg to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Oct 23, 2024
1 parent f3554bb commit b715061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN adduser --disabled-password --gecos "" rodhaj \

USER rodhaj

ENV PATH="${PATH}:${HOME}/.local/bin"
ENV PATH="${PATH}:/home/rodhaj/.local/bin"

RUN pip install --user -r requirements.txt

Expand Down
2 changes: 1 addition & 1 deletion docker/pg/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM postgres:16
FROM postgres:17
COPY /init.sh /docker-entrypoint-initdb.d/

0 comments on commit b715061

Please sign in to comment.