Skip to content

Commit

Permalink
feat(17): update postgres to 17.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazmi35 committed Nov 18, 2024
1 parent 53c88d6 commit bcf55b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN mkdir -p /tmp/lib /tmp/share /tmp/bin \
RUN echo -e "[INFO] TimescaleDB lib files to be installed: \n$(ls /tmp/lib)"

# PostgreSQL Server
FROM docker.io/bitnami/postgresql:17.0.0 AS postgresql
FROM docker.io/bitnami/postgresql:17.1.0 AS postgresql

# TimescaleDB tools
COPY --from=timescaledb /tmp/bin/* /usr/local/bin/
Expand Down

0 comments on commit bcf55b9

Please sign in to comment.