Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ezkat authored Nov 29, 2023
1 parent 4fae05f commit 0440004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/postgres/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgis/postgis:14-master
FROM postgis/postgis:14-3.4

ENV APP_NAME respa-postgres-db

Expand All @@ -12,4 +12,4 @@ ENV LANG fi_FI.UTF-8

COPY ./docker/postgres/docker-entrypoint.sh /docker-entrypoint-initdb.d/docker-entrypoint.sh

EXPOSE 5432
EXPOSE 5432

0 comments on commit 0440004

Please sign in to comment.