From 7f8f34f5fda244a10906cf2d4453d8d01be5958e Mon Sep 17 00:00:00 2001 From: Alessandro Pomponio <10339005+AlessandroPomponio@users.noreply.github.com> Date: Sat, 16 Sep 2023 16:04:58 +0100 Subject: [PATCH] chore(deps): update to Go 1.20, Tdlib 1.8 (#3) --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index d5fb6ea..b9029cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ # 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.16.3 +ENV GOLANG_VERSION 1.20.8 ENV goRelArch linux-amd64 -ENV goRelSha256 951a3c7c6ce4e56ad883f97d9db74d3d6d80d5fec77455c6ada6c1f7ac4776d2 +ENV goRelSha256 cc97c28d9c252fbf28f91950d830201aa403836cbed702a05932e63f7f0c7bc4 # Utils RUN apt-get update && apt-get install -y -qq \