From 2eff1a9a9863d0ab3492cbe4952d0cd44811f518 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 15 Jun 2021 23:06:40 +0000 Subject: [PATCH] Update docker.io/library/alpine Docker tag to v3.14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eda82c7..387e05f 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.13 +FROM docker.io/library/alpine:3.14 ENTRYPOINT ["/usr/bin/floaty"]