push to version 0.5.0
This commit is contained in:
parent
784fa049ca
commit
89f837e343
@ -1,6 +1,6 @@
|
||||
FROM golang:1.18.0-alpine3.15 as builder
|
||||
FROM docker.io/golang:1.18.0-alpine3.15 as builder
|
||||
|
||||
ENV VERSION=v0.4.0
|
||||
ENV VERSION=v0.5.0
|
||||
|
||||
RUN apk --no-cache add \
|
||||
git \
|
||||
@ -18,7 +18,7 @@ RUN git checkout $VERSION
|
||||
|
||||
RUN go build -o /build/bin/mautrix-whatsapp
|
||||
|
||||
FROM thallian/confd-env:latest
|
||||
FROM docker.io/thallian/confd-env:latest
|
||||
|
||||
RUN addgroup -g 2222 matrix-bridge
|
||||
RUN adduser -h /var/lib/matrix-bridge -u 2222 -D -G matrix-bridge matrix-bridge
|
||||
|
Loading…
Reference in New Issue
Block a user