Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update alpine/git:v2.43.0 docker digest to 67da6fd #419

Merged
merged 2 commits into from
Jan 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/static-site/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: static-site
description: A Helm chart for deploying a static-site with auto-updating
type: application
version: 0.0.9
version: 0.0.10
appVersion: 1.17.9-alpine
home: https://github.com/redhat-cop/helm-charts
icon: https://i.dlpng.com/static/png/6796939_preview.png
Expand Down
2 changes: 1 addition & 1 deletion charts/static-site/alpine-curl-git.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine/git:v2.43.0@sha256:faf69528bd66119fd9295462e486bd30ec1cc1372c88bfd281cebff6cd502f53
FROM alpine/git:v2.43.0@sha256:67da6fd35e0fad358d37e739020cff40aa02ecce04e13f5454a6a0a45e0a536a
RUN apk add --no-cache curl

ENTRYPOINT ["/bin/sh"]
Expand Down