Skip to content

Commit

Permalink
update pg_cron in CI to v1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
var77 committed Oct 29, 2024
1 parent 245ae23 commit 98e5a09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/scripts/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function setup_environment() {
export GITHUB_OUTPUT=${GITHUB_OUTPUT:-/dev/null}
export PGVECTOR_VERSION=0.7.4-lanterncloud
#fix pg_cron at the latest commit of the time
export PG_CRON_COMMIT_SHA=7e91e72b1bebc5869bb900d9253cc9e92518b33f
export PG_CRON_COMMIT_SHA=9490f9cc9803f75105f2f7d89839a998f011f8d8
}

function setup_rust() {
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG VERSION=15
ARG PGVECTOR_VERSION=0.5.1
#fix pg_cron at the latest commit of the time
ARG PG_CRON_COMMIT_SHA=7e91e72b1bebc5869bb900d9253cc9e92518b33f
ARG PG_CRON_COMMIT_SHA=9490f9cc9803f75105f2f7d89839a998f011f8d8

# If you want to build the base image for different versions use Dockerfile.pg
# To use GDB inside container run docker like this:
Expand Down

0 comments on commit 98e5a09

Please sign in to comment.