Update to Yggdrasil 0.5.4, use Alpine 3.18

This commit is contained in:
Neil Alexander
2023-12-10 11:01:12 +00:00
parent 767f9b8c5d
commit 00775389b5
3 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
FROM docker.io/golang:alpine as builder
FROM docker.io/golang:alpine3.18 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
FROM docker.io/alpine:3.18
LABEL org.opencontainers.image.source=https://github.com/neilalexander/yggmail
LABEL org.opencontainers.image.description=Yggmail