Skip to content

Commit

Permalink
Update to sopel 8.0.2 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamus1red authored Feb 6, 2025
1 parent d689936 commit ed67bcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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=v8.0.1
ARG SOPEL_BRANCH=v8.0.2
##

## 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 ([v8.0.1](https://github.com/sopel-irc/sopel/releases/tag/v8.0.1))
* Pull the docker image for the latest Sopel release ([v8.0.2](https://github.com/sopel-irc/sopel/releases/tag/v8.0.2))

```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 at least checked) together
# with new Sopel versions.
PYTHON_TAG=${PYTHON_TAG:-3.12-alpine}
SOPEL_BRANCH=${SOPEL_BRANCH:-v8.0.1}
SOPEL_BRANCH=${SOPEL_BRANCH:-v8.0.2}

# Prevent cache busting during development builds by allowing build-specific
# ARGs to be set by environment variables.
Expand Down

0 comments on commit ed67bcd

Please sign in to comment.