Skip to content

Commit

Permalink
chore: trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazmi35 committed Jan 7, 2025
1 parent 4da3ba4 commit f985b78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 16/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TimescaleDB
FROM docker.io/timescale/timescaledb:2.17.2-pg16-bitnami AS timescaledb

# Select and copy the last 3 versions of the extension
# Select and copy the last 3 versions of timescaledb extension
RUN mkdir -p /tmp/lib /tmp/share /tmp/bin \
&& cd /opt/bitnami/postgresql/lib \
&& cp timescaledb.so /tmp/lib \
Expand Down
2 changes: 1 addition & 1 deletion 17/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TimescaleDB
FROM docker.io/timescale/timescaledb:2.17.2-pg17-bitnami AS timescaledb

# Select and copy the last 3 versions of the extension
# Select and copy the last 3 versions of timescaledb extension
RUN mkdir -p /tmp/lib /tmp/share /tmp/bin \
&& cd /opt/bitnami/postgresql/lib \
&& cp timescaledb.so /tmp/lib \
Expand Down

0 comments on commit f985b78

Please sign in to comment.