diff --git a/docker/tinode/Dockerfile b/docker/tinode/Dockerfile index 2c43f4bf5..5aa27d9c6 100644 --- a/docker/tinode/Dockerfile +++ b/docker/tinode/Dockerfile @@ -9,7 +9,7 @@ # --env AUTH_TOKEN_KEY=base64+encoded+32+bytes \ # tinode-server -FROM alpine:3.12 +FROM alpine:3.19.4 ARG VERSION=0.16 ENV VERSION=$VERSION