Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
max-file: "3"

flyway-test:
image: flyway/flyway:13@sha256:b29a97e927f9826a5cc3cffdcde9a70b520c82c6060bdac8f7a6d4509730f325
image: flyway/flyway:13@sha256:6b7b730984370e06435322d59e75f173bb74d2311199f0ce0f73b8397153282f
container_name: pulsebase-flyway-test
command: migrate
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
max-file: "3"

flyway:
image: flyway/flyway:13@sha256:b29a97e927f9826a5cc3cffdcde9a70b520c82c6060bdac8f7a6d4509730f325
image: flyway/flyway:13@sha256:6b7b730984370e06435322d59e75f173bb74d2311199f0ce0f73b8397153282f
container_name: pulsebase-flyway
command: migrate
volumes:
Expand Down