From 61c9786b68f1af3574f18cf2748e598bf10fa8d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 14:31:47 +0000 Subject: [PATCH] Update docker.io/library/alpine Docker tag to v3.19 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 568609c..bedd06a 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.16 +FROM docker.io/library/alpine:3.19 ENTRYPOINT ["/usr/bin/floaty"]