Skip to content

Commit

Permalink
Bump liquibase/liquibase from 4.25-alpine to 4.26-alpine in /db/postg…
Browse files Browse the repository at this point in the history
…res (#346)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavel Vetokhin <[email protected]>
  • Loading branch information
dependabot[bot] and pavetok authored Feb 18, 2024
1 parent 574b1b5 commit 7504896
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion db/postgres/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM liquibase/liquibase:4.25-alpine
FROM liquibase/liquibase:4.26-alpine
COPY . /liquibase/changelog/
5 changes: 2 additions & 3 deletions stack/product/compose.j2
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ services:
image: {{ storage.image }}:{{ storage.version }}-alpine
networks:
- product
- gear
ports:
- 5432:5432
environment:
Expand All @@ -34,14 +33,14 @@ services:
image: {{ image_ns }}/{{ database.image }}:{{ database.cid }}
networks:
- product
- gear
depends_on:
storage:
condition: service_healthy
labels:
image.key: {{ database.image }}
command: >-
--show-banner=false
--classpath=/liquibase/changelog
--changelog-file=dba/changelog.yaml
--url=jdbc:postgresql://storage:5432/postgres
--liquibase-schema-name=public
Expand All @@ -59,14 +58,14 @@ services:
image: {{ image_ns }}/{{ database.image }}:{{ database.cid }}
networks:
- product
- gear
depends_on:
database:
condition: service_completed_successfully
labels:
image.key: {{ database.image }}
command: >-
--show-banner=false
--classpath=/liquibase/changelog
--changelog-file=owner/changelog.yaml
--url=jdbc:postgresql://storage:5432/{{ database.name }}
--liquibase-schema-name=public
Expand Down

0 comments on commit 7504896

Please sign in to comment.