From 536413cda6b1f253ee36f1da39765c74dffe2a17 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 10 Jan 2025 21:22:16 +0100 Subject: [PATCH] deps: update alpine docker tag to v3.21.2 (#2722) --- build/DockerfilePsql13 | 2 +- build/DockerfilePsql14 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/DockerfilePsql13 b/build/DockerfilePsql13 index f145efc74..29ecaf16e 100644 --- a/build/DockerfilePsql13 +++ b/build/DockerfilePsql13 @@ -1,3 +1,3 @@ -FROM alpine:3.21.1 +FROM alpine:3.21.2 RUN apk --no-cache add postgresql13-client ENTRYPOINT [ "psql" ] diff --git a/build/DockerfilePsql14 b/build/DockerfilePsql14 index 2262a9b35..010033cee 100644 --- a/build/DockerfilePsql14 +++ b/build/DockerfilePsql14 @@ -1,3 +1,3 @@ -FROM alpine:3.21.1 +FROM alpine:3.21.2 RUN apk --no-cache add postgresql14-client ENTRYPOINT [ "psql" ]