mirror of
https://github.com/neilalexander/yggmail.git
synced 2026-05-22 19:16:29 +03:00
Use Alpine 3.18
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/golang:alpine as builder
|
FROM docker.io/golang:alpine3.18 as builder
|
||||||
|
|
||||||
COPY . /src
|
COPY . /src
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
@@ -6,7 +6,7 @@ WORKDIR /src
|
|||||||
RUN apk add --no-cache --update go gcc g++
|
RUN apk add --no-cache --update go gcc g++
|
||||||
RUN go build -o /src/yggmail ./cmd/yggmail
|
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.source=https://github.com/neilalexander/yggmail
|
||||||
LABEL org.opencontainers.image.description=Yggmail
|
LABEL org.opencontainers.image.description=Yggmail
|
||||||
|
|||||||
Reference in New Issue
Block a user