From 48bd29beba94f9084dfc412b0717c444f7faedfc Mon Sep 17 00:00:00 2001 From: Johan Siebens Date: Sat, 15 Feb 2025 07:44:36 +0100 Subject: [PATCH] chore: bump base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4f0471a..7f84b83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=${BUILDPLATFORM:-linux/amd64} alpine:3.20.0 +FROM --platform=${BUILDPLATFORM:-linux/amd64} alpine:3.21.3 COPY ionscale /usr/local/bin/ionscale