Skip to content

Commit b715061

Browse files
committed
fix dockerfile + bump pg to 17
1 parent f3554bb commit b715061

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN adduser --disabled-password --gecos "" rodhaj \
2626

2727
USER rodhaj
2828

29-
ENV PATH="${PATH}:${HOME}/.local/bin"
29+
ENV PATH="${PATH}:/home/rodhaj/.local/bin"
3030

3131
RUN pip install --user -r requirements.txt
3232

docker/pg/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM postgres:16
1+
FROM postgres:17
22
COPY /init.sh /docker-entrypoint-initdb.d/

0 commit comments

Comments
 (0)