From 213ab51d051c6b5e0941e7d2703e5a9f5baf68f6 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Mon, 25 Nov 2024 17:20:32 +0100 Subject: [PATCH] push to 0.7.1 --- Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index edfadb0..94b4f74 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/golang:1.22-alpine3.20 as builder +FROM docker.io/golang:1.23-alpine3.20 as builder ENV CGO_CFLAGS="-D_LARGEFILE64_SOURCE" @@ -13,7 +13,7 @@ RUN ln -s /usr/lib/libstdc++.so.6 /usr/lib/libstdc++.so WORKDIR /build -ENV VERSION=v0.7.0 +ENV VERSION=v0.7.1 RUN git clone https://github.com/mautrix/discord.git WORKDIR /build/discord RUN git checkout $VERSION