mirror of
https://github.com/prymitive/karma
synced 2026-05-11 03:46:48 +00:00
Merge pull request #1273 from prymitive/renovate/docker-alpine-3.x
chore(deps): update alpine docker tag to v3.11
This commit is contained in:
@@ -17,7 +17,7 @@ COPY internal /src/internal
|
||||
ARG VERSION
|
||||
RUN CGO_ENABLED=0 make -C /src VERSION="${VERSION:-dev}" karma
|
||||
|
||||
FROM alpine:3.10
|
||||
FROM alpine:3.11
|
||||
RUN apk add supervisor python && rm -rf /tmp/* /var/cache/apk/*
|
||||
COPY demo/supervisord.conf /etc/supervisord.conf
|
||||
COPY --from=prom/alertmanager:v0.20.0 /bin/alertmanager /alertmanager
|
||||
|
||||
Reference in New Issue
Block a user