Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 7.0.7 refferences to point to 7.1.0 #38

Merged
merged 2 commits into from
Jun 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 !! ##
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hooks/build
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 0 additions & 2 deletions version-map.txt

This file was deleted.