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 6, 2025
1 parent 879aed3 commit 863dec3
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
Expand Up @@ -34,7 +34,7 @@ RUN install_packages --no-install-recommends git gcc make llvm clang \
RUN echo -e "[INFO] pg_cron lib files to be installed: \n$(ls /opt/bitnami/postgresql/lib | grep pg_cron)"
RUN echo -e "[INFO] pg_cron share files to be installed: \n$(ls /opt/bitnami/postgresql/share/extension | grep pg_cron)"

# PostgreSQL Server
# PostgreSQL Server (final image)
FROM postgresql AS final

# TimescaleDB tools
Expand Down
2 changes: 1 addition & 1 deletion 17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN install_packages --no-install-recommends git gcc make llvm clang \
RUN echo -e "[INFO] pg_cron lib files to be installed: \n$(ls /opt/bitnami/postgresql/lib | grep pg_cron)"
RUN echo -e "[INFO] pg_cron share files to be installed: \n$(ls /opt/bitnami/postgresql/share/extension | grep pg_cron)"

# PostgreSQL Server
# PostgreSQL Server (final image)
FROM postgresql AS final

# TimescaleDB tools
Expand Down

0 comments on commit 863dec3

Please sign in to comment.