From 6d9d86335b1d5a5dffdf2acec00e8adc7b1acfcd Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 23:52:46 +0000 Subject: [PATCH] Update alpine Docker tag to v3.21 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8e7d4d7f..c0a09a5c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 ARG PYVER=3.11.9 -ARG ALPTAG=3.20 +ARG ALPTAG=3.21@sha256:e323a465c03a31ad04374fc7239144d0fd4e2b92da6e3e0655580476d3a84621 FROM python:${PYVER}-alpine${ALPTAG} as builder # Add the community repo for access to patchelf binary package