push to 0.7.1
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 1m19s
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 1m19s
This commit is contained in:
parent
17518603c6
commit
213ab51d05
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user