File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RUN echo Cloning branch $PG_BRANCH branch from $PG_GIT_URL \
3333
3434# We need to change FROM before setting the ENV variables.
3535
36- FROM webwork-base:forWW220
36+ FROM webwork-base:forWW221
3737
3838ENV WEBWORK_URL=/webwork2 \
3939 WEBWORK_ROOT_URL=http://localhost:8080 \
Original file line number Diff line number Diff line change 22 Online Homework Delivery System
33 Version 2.*
44
5- Copyright 2000-2025 , The WeBWorK Project
5+ Copyright 2000-2026 , The WeBWorK Project
66
77 All rights reserved.
88
Original file line number Diff line number Diff line change 1- $WW_VERSION = '2.20+develop ';
2- $WW_COPYRIGHT_YEARS = '1996-2025 ';
1+ $WW_VERSION = '2.21 ';
2+ $WW_COPYRIGHT_YEARS = '1996-2026 ';
33
441;
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ services:
9696 # If you would like a 1 stage build process comment out the next line, and just run "docker-compose build".
9797 dockerfile : DockerfileStage2
9898 # For the 2 stage build process run
99- # docker build --tag webwork-base:forWW220 -f DockerfileStage1 .
99+ # docker build --tag webwork-base:forWW221 -f DockerfileStage1 .
100100 # and then
101101 # docker-compose build
102102 # When rebuilding to get updated images add the "--no-cache" option to both commands.
You can’t perform that action at this time.
0 commit comments