From 39d7b77609f42f5de1264049d71743b4bc531435 Mon Sep 17 00:00:00 2001 From: Kevin Pollet Date: Thu, 12 Dec 2024 14:44:05 +0100 Subject: [PATCH] Bump Dockerfile to Alpine v3.21 --- Dockerfile | 2 +- docs/check.Dockerfile | 2 +- docs/docs.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 28f5e946a..fcf9c49b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.2 -FROM alpine:3.20 +FROM alpine:3.21 RUN apk add --no-cache --no-progress ca-certificates tzdata diff --git a/docs/check.Dockerfile b/docs/check.Dockerfile index 824a97081..a3c5fba6f 100644 --- a/docs/check.Dockerfile +++ b/docs/check.Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20 +FROM alpine:3.21 RUN apk --no-cache --no-progress add \ build-base \ diff --git a/docs/docs.Dockerfile b/docs/docs.Dockerfile index 2ed4d0528..e15440a36 100644 --- a/docs/docs.Dockerfile +++ b/docs/docs.Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20 +FROM alpine:3.21 ENV PATH="${PATH}:/venv/bin"