From 81e1fbebcb72a750de181b4b7edb8d8df3315f50 Mon Sep 17 00:00:00 2001 From: adamus1red Date: Mon, 31 May 2021 00:27:24 +0100 Subject: [PATCH 1/2] Update 7.0.7 refferences to point to 7.1.0 --- Dockerfile | 2 +- README.md | 2 +- hooks/build | 2 +- version-map.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index b35e043..0305b7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ ARG SOPEL_REPO=https://github.com/sopel-irc/sopel.git ## Set the specific branch/commit for the source # This can be a branch name, release/tag, or even specific commit hash. # Set Docker build-arg SOPEL_BRANCH, or replace the default value below. -ARG SOPEL_BRANCH=v7.0.7 +ARG SOPEL_BRANCH=v7.1.0 ## ## Do not modify below this !! ## diff --git a/README.md b/README.md index 2448008..f2402cd 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ ### First run -* Pull the docker image for the latest Sopel release ([v7.0.7](https://github.com/sopel-irc/sopel/releases/tag/v7.0.7)) +* Pull the docker image for the latest Sopel release ([v7.1.0](https://github.com/sopel-irc/sopel/releases/tag/v7.0.7)) ```console $ docker pull sopelirc/sopel:latest diff --git a/hooks/build b/hooks/build index ca417dd..fbec7f6 100755 --- a/hooks/build +++ b/hooks/build @@ -8,7 +8,7 @@ set -ex # since these two variables should be updated (or atleast checked) together # with new sopel versions. PYTHON_TAG=${PYTHON_TAG:-3.9-alpine} -SOPEL_BRANCH=${SOPEL_BRANCH:-v7.0.7} +SOPEL_BRANCH=${SOPEL_BRANCH:-v7.1.0} # Prevent cache busting during development builds by allowing build-specific # ARGs to be set by environment variables. diff --git a/version-map.txt b/version-map.txt index 3fb40b5..610ecae 100644 --- a/version-map.txt +++ b/version-map.txt @@ -1,2 +1,2 @@ # List of Sopel versions to build: -v7.0.7 +v7.1.0 From 5fcfc9bff87060a647d1dda91e9a6a19ed64072c Mon Sep 17 00:00:00 2001 From: Humorous Baby Date: Tue, 1 Jun 2021 10:59:05 -0400 Subject: [PATCH 2/2] Delete version-map.txt --- version-map.txt | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 version-map.txt diff --git a/version-map.txt b/version-map.txt deleted file mode 100644 index 610ecae..0000000 --- a/version-map.txt +++ /dev/null @@ -1,2 +0,0 @@ -# List of Sopel versions to build: -v7.1.0