Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#93)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 10, 2024
1 parent 18c1b42 commit 7617185
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion airbyte/airbyte-db/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM airbyte/db:0.59.0
FROM airbyte/db:0.59.1

RUN chmod -R 777 /var/run/postgresql
2 changes: 1 addition & 1 deletion airbyte/airbyte-web/0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM airbyte/webapp:0.59.0
FROM airbyte/webapp:0.59.1

EXPOSE 8080

Expand Down
2 changes: 1 addition & 1 deletion airbyte/airbyte-worker/0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM airbyte/worker:0.59.0
FROM airbyte/worker:0.59.1

COPY io.airbyte-airbyte-workers-0.50.17.jar /app/airbyte-app/lib/io.airbyte-airbyte-workers-0.50.17.jar
2 changes: 1 addition & 1 deletion bitnami/postgresql/12/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bitnami/postgresql:12.18.0
FROM bitnami/postgresql:12.19.0

# Health check and non-privileged user
HEALTHCHECK --interval=15s --timeout=5s --retries=3 CMD [ "pg_isready" ]
Expand Down
2 changes: 1 addition & 1 deletion bitnami/postgresql/13/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bitnami/postgresql:13.14.0
FROM bitnami/postgresql:13.15.0

# Health check and non-privileged user
HEALTHCHECK --interval=15s --timeout=5s --retries=3 CMD [ "pg_isready" ]
Expand Down
2 changes: 1 addition & 1 deletion bitnami/postgresql/14/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bitnami/postgresql:14.11.0
FROM bitnami/postgresql:14.12.0

# Health check and non-privileged user
HEALTHCHECK --interval=15s --timeout=5s --retries=3 CMD [ "pg_isready" ]
Expand Down
2 changes: 1 addition & 1 deletion bitnami/postgresql/15/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bitnami/postgresql:15.6.0
FROM bitnami/postgresql:15.7.0

# Health check and non-privileged user
HEALTHCHECK --interval=15s --timeout=5s --retries=3 CMD [ "pg_isready" ]
Expand Down
2 changes: 1 addition & 1 deletion bitnami/postgresql/16/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bitnami/postgresql:16.2.0
FROM bitnami/postgresql:16.3.0

# Health check and non-privileged user
HEALTHCHECK --interval=15s --timeout=5s --retries=3 CMD [ "pg_isready" ]
Expand Down
2 changes: 1 addition & 1 deletion postgres/12/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:12.18
FROM postgres:12.19

# Health check and non-privileged user
HEALTHCHECK --interval=15s --timeout=5s --retries=3 CMD [ "pg_isready" ]
Expand Down

0 comments on commit 7617185

Please sign in to comment.