mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
chore(deps): update dependency alpine to v3.16
This commit is contained in:
committed by
renovate[bot]
parent
f111f2a444
commit
f5ad11dad7
@@ -22,7 +22,7 @@ COPY internal /src/internal
|
||||
ARG VERSION
|
||||
RUN CGO_ENABLED=0 make -C /src VERSION="${VERSION:-dev}" karma
|
||||
|
||||
FROM alpine:3.15
|
||||
FROM alpine:3.16
|
||||
COPY --from=ghcr.io/prymitive/kthxbye:v0.14 /kthxbye /kthxbye
|
||||
COPY --from=prom/alertmanager:v0.24.0 /bin/alertmanager /alertmanager
|
||||
RUN apk add supervisor python3 && rm -rf /tmp/* /var/cache/apk/*
|
||||
|
||||
Reference in New Issue
Block a user