Skip to content

Commit ed67bcd

Browse files
authored
Update to sopel 8.0.2 (#69)
1 parent d689936 commit ed67bcd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ARG SOPEL_REPO=https://github.com/sopel-irc/sopel.git
2323
## Set the specific branch/commit for the source
2424
# This can be a branch name, release/tag, or even specific commit hash.
2525
# Set Docker build-arg SOPEL_BRANCH, or replace the default value below.
26-
ARG SOPEL_BRANCH=v8.0.1
26+
ARG SOPEL_BRANCH=v8.0.2
2727
##
2828

2929
## Do not modify below this !! ##

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
### First run
2323

24-
* Pull the docker image for the latest Sopel release ([v8.0.1](https://github.com/sopel-irc/sopel/releases/tag/v8.0.1))
24+
* Pull the docker image for the latest Sopel release ([v8.0.2](https://github.com/sopel-irc/sopel/releases/tag/v8.0.2))
2525

2626
```console
2727
$ docker pull sopelirc/sopel:latest

hooks/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -ex
88
# since these two variables should be updated (or at least checked) together
99
# with new Sopel versions.
1010
PYTHON_TAG=${PYTHON_TAG:-3.12-alpine}
11-
SOPEL_BRANCH=${SOPEL_BRANCH:-v8.0.1}
11+
SOPEL_BRANCH=${SOPEL_BRANCH:-v8.0.2}
1212

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

0 commit comments

Comments
 (0)