From aeac088e0ccaaaa6347ce3fbf1bfe2616a48ad75 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Sun, 4 Aug 2024 23:49:33 +0200 Subject: [PATCH] docs: update stable version --- README.md | 4 ++-- docker/Dockerfile | 2 +- docs/index.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ab481e2..0c0b6d8 100644 --- a/README.md +++ b/README.md @@ -135,8 +135,8 @@ This Docker image is published to both Docker Hub and the GitHub container regis Depending on your preferences and needs, you can reference both `jkaninda/pg-bkup` as well as `ghcr.io/jkaninda/pg-bkup`: ``` -docker pull jkaninda/pg-bkup:v1.0 -docker pull ghcr.io/jkaninda/pg-bkup:v1.0 +docker pull jkaninda/pg-bkup:v1.2.0 +docker pull ghcr.io/jkaninda/pg-bkup:v1.2.0 ``` Documentation references Docker Hub, but all examples will work using ghcr.io just as well. diff --git a/docker/Dockerfile b/docker/Dockerfile index e86f322..632a1b4 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -31,7 +31,7 @@ ENV SSH_HOST_NAME="" ENV SSH_IDENTIFY_FILE="" ENV SSH_PORT="22" ARG DEBIAN_FRONTEND=noninteractive -ENV VERSION="v1.0" +ENV VERSION="v1.2.0" ARG WORKDIR="/app" ARG BACKUPDIR="/backup" ARG BACKUP_TMP_DIR="/tmp/backup" diff --git a/docs/index.md b/docs/index.md index ea8e228..ace5e52 100644 --- a/docs/index.md +++ b/docs/index.md @@ -81,8 +81,8 @@ This Docker image is published to both Docker Hub and the GitHub container regis Depending on your preferences and needs, you can reference both `jkaninda/pg-bkup` as well as `ghcr.io/jkaninda/pg-bkup`: ``` -docker pull jkaninda/pg-bkup:v1.0 -docker pull ghcr.io/jkaninda/pg-bkup:v1.0 +docker pull jkaninda/pg-bkup:v1.2.0 +docker pull ghcr.io/jkaninda/pg-bkup:v1.2.0 ``` Documentation references Docker Hub, but all examples will work using ghcr.io just as well.