diff --git a/Dockerfile b/Dockerfile index 9d1252d..af10c92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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