diff --git a/Dockerfile b/Dockerfile index 6779504..ff9018e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.12.7-buster +FROM golang:1.13.0-buster LABEL "com.github.actions.name"="Hugo action" LABEL "com.github.actions.description"="GitHub Actions for Hugo extended and Hugo Modules"