Compare commits

...

3 Commits
0.6.5 ... main

Author SHA1 Message Date
0cd8b71aba
push to 0.7.2 2025-01-10 14:17:48 +01:00
213ab51d05
push to 0.7.1 2024-11-25 17:20:32 +01:00
17518603c6
push to 0.7.0 2024-08-04 13:35:16 +02:00

View File

@ -1,4 +1,4 @@
FROM docker.io/golang:1.21-alpine3.19 as builder
FROM docker.io/golang:1.23-alpine3.21 as builder
ENV CGO_CFLAGS="-D_LARGEFILE64_SOURCE"
@ -13,14 +13,14 @@ RUN ln -s /usr/lib/libstdc++.so.6 /usr/lib/libstdc++.so
WORKDIR /build
ENV VERSION=v0.6.5
ENV VERSION=v0.7.2
RUN git clone https://github.com/mautrix/discord.git
WORKDIR /build/discord
RUN git checkout $VERSION
RUN go build -o /build/bin/mautrix-discord
FROM docker.io/thallian/confd-env:3.19-3.1.6.2
FROM docker.io/thallian/confd-env:3.21-3.2.0.2
RUN addgroup -g 2222 matrix-bridge
RUN adduser -h /var/lib/matrix-bridge -u 2222 -D -G matrix-bridge matrix-bridge