From 78825d4e05f5e2339f2647cafb9e62b990135729 Mon Sep 17 00:00:00 2001 From: Johan Siebens Date: Wed, 29 May 2024 08:44:43 +0200 Subject: [PATCH] chore: bump base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6e982b3..4f0471a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=${BUILDPLATFORM:-linux/amd64} alpine:3.19.1 +FROM --platform=${BUILDPLATFORM:-linux/amd64} alpine:3.20.0 COPY ionscale /usr/local/bin/ionscale