Skip to content

Commit

Permalink
update docker for db
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Mar 27, 2024
1 parent e621bab commit 9a42606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,4 @@ docs/src/api/*

traefik.toml
routes.toml
.tms/
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.db
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM ghcr.io/vincentsarago/postgis:14-3.3
FROM ghcr.io/vincentsarago/postgis:14-3.4

COPY data/*.sql /docker-entrypoint-initdb.d/

1 comment on commit 9a42606

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'TiPg Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.30.

Benchmark suite Current: 9a42606 Previous: e621bab Ratio
tests/benchmarks.py::test_benchmark_items[html-200] 27.608453788612593 iter/sec (stddev: 0.025631045132055975) 37.50258334200869 iter/sec (stddev: 0.0005676470343435317) 1.36

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.