mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
chore(deps): bump alpine from 3.16 to 3.17 in /demo
Bumps alpine from 3.16 to 3.17. --- 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
c729029748
commit
3d74b9407f
@@ -22,7 +22,7 @@ COPY internal /src/internal
|
||||
ARG VERSION
|
||||
RUN CGO_ENABLED=0 make -C /src VERSION="${VERSION:-dev}" karma
|
||||
|
||||
FROM alpine:3.16
|
||||
FROM alpine:3.17
|
||||
COPY --from=ghcr.io/prymitive/kthxbye:v0.15 /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