From d77af5b293cea3b779e2b1d5afb95076c37edb3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 21:46:53 +0000 Subject: [PATCH] Update docker.io/library/alpine Docker tag to v3.24 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3aa3633..89fa2ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # The main binary is statically linked, but it requires access to the TLS root certificates to verify connections. -FROM docker.io/library/alpine:3.22 +FROM docker.io/library/alpine:3.24 ENTRYPOINT ["/usr/bin/floaty"]