From fd8ac78f1b0c3ef00b67368863e106ae9792838b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 02:08:39 +0000 Subject: [PATCH] Update docker.io/library/alpine Docker tag to v3.21 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 304beab..a302667 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.20 +FROM docker.io/library/alpine:3.21 ENTRYPOINT ["/usr/bin/floaty"]