From 3e10fb6bd425d503e4389c5f4fee78a809dc5b69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 01:51:28 +0000 Subject: [PATCH] Update all dependencies --- Dockerfile | 4 ++-- compose.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5bfe1ba..942a1c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM postgrest/postgrest:v10.0.0@sha256:db9dd042f5a4f7528b09723e08434b1ffadabeec8079e33ff38ebd8273177100 AS api -FROM amacneil/dbmate:1.15@sha256:8fb25de3fce073e39eb3f9411af0410d0e26cc6d120544a7510b964e218abc27 AS dbmate -FROM node:18.10.0-alpine@sha256:304e707e9283ac64af3bae2a8d6b8b16dfe00d91f739d80015bd0b74147c6840 +FROM amacneil/dbmate:1.16@sha256:7a93421be89475d1d7daebaa39c1627b2cead94d49e03d0afe689abb8a40175c AS dbmate +FROM node:19.0.0-alpine@sha256:7eaaf14ed8b7cc1d716b965bff7554d7d2e1127558ee8108d3844dc3a1122234 RUN apk add --no-cache supervisor COPY --from=api /bin/postgrest /usr/bin/ COPY --from=dbmate /usr/local/bin/dbmate /usr/bin/ diff --git a/compose.yml b/compose.yml index 5ffe256..f150c7f 100644 --- a/compose.yml +++ b/compose.yml @@ -31,7 +31,7 @@ services: condition: service_healthy dbmate: profiles: [dev] - image: amacneil/dbmate:1.15@sha256:8fb25de3fce073e39eb3f9411af0410d0e26cc6d120544a7510b964e218abc27 + image: amacneil/dbmate:1.16@sha256:7a93421be89475d1d7daebaa39c1627b2cead94d49e03d0afe689abb8a40175c command: --wait up user: ${UID:-1000}:${GID:-1000} environment: @@ -41,7 +41,7 @@ services: - postgres_socket:/var/run/postgresql depends_on: [db] db: - image: postgres:14-alpine@sha256:322e9d80bbe0d19df45a2cfa262b50947683b4da283afdb6bee8e549aea87bf3 + image: postgres:15-alpine@sha256:09d57b502063c77d8896683ff5126187025d7b2e2b4378a896b90dced36bc083 restart: unless-stopped healthcheck: test: pg_isready -U postgres