diff --git a/Dockerfile b/Dockerfile index 3aa3633..d8dee1a 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.23 ENTRYPOINT ["/usr/bin/floaty"]