mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
chore(deps): bump alpine from 3.17 to 3.18 in /demo
Bumps alpine from 3.17 to 3.18. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Łukasz Mierzwa
parent
5d99819fc5
commit
0506bf19dd
@@ -26,7 +26,7 @@ FROM ghcr.io/prymitive/kthxbye:v0.16 as kthxbye
|
||||
|
||||
FROM prom/alertmanager:v0.25.0 as alertmanager
|
||||
|
||||
FROM alpine:3.17
|
||||
FROM alpine:3.18
|
||||
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