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 docker tag to v2.40.1 #382

Merged
merged 2 commits into from
Dec 4, 2023
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
4 changes: 2 additions & 2 deletions charts/static-site/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2
name: static-site
description: A Helm chart for deploying a static-site with auto-updating
type: application
version: 0.0.5
version: 0.0.6
appVersion: 1.17.9-alpine
home: https://github.com/redhat-cop/helm-charts
icon: https://i.dlpng.com/static/png/6796939_preview.png
maintainers:
- name: jijiechen
- name: jijiechen
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.24.1
FROM alpine/git:v2.40.1@sha256:9a2947ae3651a9db60411eabb254fab595ee7fbd37817020ff7e43f0f2c463e3
RUN apk add --no-cache curl

ENTRYPOINT ["/bin/sh"]
Expand Down