Merge pull request #14248 from rifelpet/netlify-mkdocs

Bump versions in netlify and mkdocs
This commit is contained in:
Kubernetes Prow Robot 2022-09-07 18:12:48 -07:00 committed by GitHub
commit d39b1c85c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM alpine:3.14
FROM alpine:3.16
RUN apk add --no-cache \
bash \

View File

@ -1,2 +1,2 @@
mkdocs-material==8.2.7
mkdocs-macros-plugin==0.6.4
mkdocs-material==8.4.3
mkdocs-macros-plugin==0.7.0

View File

@ -2,5 +2,5 @@
[build]
publish = "site"
command = "make build-docs-netlify"
# available here https://github.com/netlify/build-image/blob/xenial/included_software.md#languages
environment = { PYTHON_VERSION = "3.7" }
# available here https://github.com/netlify/build-image/blob/focal/included_software.md#languages
environment = { PYTHON_VERSION = "3.8" }