From 15d5123a02392b2de31147d83b481b0d1755dbc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:57:59 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.20.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cec5060..7a95caf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18.9 +FROM alpine:3.20.3 RUN apk update RUN apk add openjdk17 RUN apk add python3 py3-pip