chore(deps): bump alpine from 3.19 to 3.20 in /demo

Bumps alpine from 3.19 to 3.20.

---
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:
dependabot[bot]
2024-05-23 06:55:57 +00:00
committed by Łukasz Mierzwa
parent a337eb6aba
commit 0357bae44a

View File

@@ -26,7 +26,7 @@ FROM ghcr.io/prymitive/kthxbye:v0.16 as kthxbye
FROM prom/alertmanager:v0.27.0 as alertmanager
FROM alpine:3.19
FROM alpine:3.20
COPY --from=kthxbye /kthxbye /kthxbye
COPY --from=alertmanager /bin/alertmanager /alertmanager
RUN apk add supervisor python3 && rm -rf /tmp/* /var/cache/apk/*