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"]