chore(deps): update alpine docker tag to v3.15

This commit is contained in:
Renovate Bot
2021-11-19 02:40:45 +00:00
committed by renovate[bot]
parent 5ca779af84
commit 9a3d502ddd

View File

@@ -21,7 +21,7 @@ COPY internal /src/internal
ARG VERSION
RUN CGO_ENABLED=0 make -C /src VERSION="${VERSION:-dev}" karma
FROM alpine:3.14
FROM alpine:3.15
COPY --from=ghcr.io/prymitive/kthxbye:v0.12 /kthxbye /kthxbye
COPY --from=prom/alertmanager:v0.23.0 /bin/alertmanager /alertmanager
RUN apk add supervisor python3 && rm -rf /tmp/* /var/cache/apk/*