From 4812239b31c3bb6f7393c1f058e384648f10e1f6 Mon Sep 17 00:00:00 2001 From: Alessandro Pomponio <10339005+AlessandroPomponio@users.noreply.github.com> Date: Sat, 16 Sep 2023 16:02:51 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 508529b..b9029cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Shitposting custom golang docker image # Pull from our tdlib debian base image -FROM ghcr.io/shitpostingio/tdlib:latest +FROM ghcr.io/shitpostingio/tdlib:1.8 ENV GOLANG_VERSION 1.20.8 ENV goRelArch linux-amd64