Skip to content

Commit

Permalink
feat(16): update postgres to 16.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazmi35 committed Nov 18, 2024
1 parent 942fa6d commit 53c88d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 16/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:16.4.0 AS postgresql
FROM docker.io/bitnami/postgresql:16.5.0 AS postgresql

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

0 comments on commit 53c88d6

Please sign in to comment.