File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 !! ##
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 88# since these two variables should be updated (or at least checked) together
99# with new Sopel versions.
1010PYTHON_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.
You can’t perform that action at this time.
0 commit comments