Skip to content

Commit

Permalink
chore(deps): update to Go 1.20, Tdlib 1.8 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroPomponio authored Sep 16, 2023
1 parent 30ef020 commit 7f8f34f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit 7f8f34f

Please sign in to comment.