Skip to content

Commit

Permalink
feat(17): bump to 17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazmi35 authored Nov 23, 2024
1 parent bcf55b9 commit b1ef930
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.1.0 AS postgresql
FROM docker.io/bitnami/postgresql:17.2.0 AS postgresql

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

0 comments on commit b1ef930

Please sign in to comment.