Revert all yggquic changes

This reverts commit 4ab9007abe.
This commit is contained in:
Neil Alexander
2023-12-10 11:00:27 +00:00
parent 9c0f9f68bb
commit 767f9b8c5d
8 changed files with 182 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
FROM docker.io/golang:alpine3.18 as builder
FROM docker.io/golang:alpine as builder
COPY . /src
WORKDIR /src
@@ -6,7 +6,7 @@ WORKDIR /src
RUN apk add --no-cache --update go gcc g++
RUN go build -o /src/yggmail ./cmd/yggmail
FROM docker.io/alpine:3.18
FROM docker.io/alpine
LABEL org.opencontainers.image.source=https://github.com/neilalexander/yggmail
LABEL org.opencontainers.image.description=Yggmail