diff --git a/hack/api-docs/Dockerfile b/hack/api-docs/Dockerfile index 37c32326f39..1d3231d6bdb 100644 --- a/hack/api-docs/Dockerfile +++ b/hack/api-docs/Dockerfile @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM alpine:3.11 +FROM alpine:3.16.9 COPY requirements.txt / RUN apk add -U --no-cache \ python3 \