From 6bd3bfd6bf706922985b7c2a549d9031e471d35c Mon Sep 17 00:00:00 2001 From: bfren Date: Mon, 5 Jun 2023 11:35:18 +0100 Subject: [PATCH] v1.2.26 (#53) Minor updates * Using latest base image --- Dockerfile | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fab4457..377a1a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM bfren/alpine:alpine3.18-1.8.0 +FROM bfren/alpine:alpine3.18-1.8.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-pg-upgrade" diff --git a/VERSION b/VERSION index 4582474..930a24b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.25 \ No newline at end of file +1.2.26 \ No newline at end of file