mirror of
https://github.com/prymitive/karma
synced 2026-08-23 11:56:20 +00:00
chore(deps): update alpine docker tag to v3.24.1
This commit is contained in:
committed by
Łukasz Mierzwa
parent
60da24969f
commit
6f96b6fc0f
+1
-1
@@ -26,7 +26,7 @@ FROM ghcr.io/prymitive/kthxbye:v0.16 AS kthxbye
|
||||
|
||||
FROM prom/alertmanager:v0.32.2 AS alertmanager
|
||||
|
||||
FROM alpine:3.24.0
|
||||
FROM alpine:3.24.1
|
||||
COPY --from=kthxbye /kthxbye /kthxbye
|
||||
COPY --from=alertmanager /bin/alertmanager /alertmanager
|
||||
RUN apk add supervisor python3 && rm -rf /tmp/* /var/cache/apk/*
|
||||
|
||||
Reference in New Issue
Block a user