Skip to content

Commit

Permalink
Merge pull request #66 from adamus1red/adamus1red/8.0.1
Browse files Browse the repository at this point in the history
build: update from 8.0.0 to 8.0.1
  • Loading branch information
HumorBaby authored Nov 21, 2024
2 parents ca25d17 + 926f73c commit a28921c
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.0
ARG SOPEL_BRANCH=v8.0.1
##

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

```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.0}
SOPEL_BRANCH=${SOPEL_BRANCH:-v8.0.1}

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

0 comments on commit a28921c

Please sign in to comment.