diff --git a/images/mkdocs/Dockerfile b/images/mkdocs/Dockerfile index 749c61330a..f7aca759ad 100644 --- a/images/mkdocs/Dockerfile +++ b/images/mkdocs/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM alpine:3.10 +FROM alpine:3.12 RUN apk add --no-cache \ bash \ diff --git a/images/mkdocs/requirements.txt b/images/mkdocs/requirements.txt index c4bbd4f093..5263221c13 100644 --- a/images/mkdocs/requirements.txt +++ b/images/mkdocs/requirements.txt @@ -1,5 +1,5 @@ -mkdocs-material~=5.2.3 +mkdocs-material~=5.5.14 mkdocs~=1.1.2 -pymdown-extensions==7.1 -pygments~=2.6.1 -mkdocs-macros-plugin~=0.4.9 \ No newline at end of file +pymdown-extensions==8.0 +pygments~=2.7.1 +mkdocs-macros-plugin==0.4.9 \ No newline at end of file