diff --git a/Dockerfile b/Dockerfile index a69fe65fc..c34b475bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # SPDX-License-Identifier: GPL-3.0-or-later # Create a base image that has dependencies installed. -FROM alpine:3.11 AS base +FROM alpine:3.22.2 AS base RUN apk --no-cache add git mercurial python3