diff --git a/build/mkdocs/Dockerfile b/build/mkdocs/Dockerfile index e067e66867..a389aa9c56 100644 --- a/build/mkdocs/Dockerfile +++ b/build/mkdocs/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM alpine:3.7 +FROM alpine:3.8 RUN apk update && apk add --no-cache \ bash \ diff --git a/requirements-docs.txt b/requirements-docs.txt index 3033694d07..2e9ae9e565 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,4 +1,4 @@ -mkdocs-material~=3.0.4 +mkdocs-material~=3.1.0 mkdocs~=1.0.4 -pymdown-extensions~=5.0 -pygments~=2.2.0 +pymdown-extensions~=6.0 +pygments~=2.3.0