alpine/curl
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-04-01 01:05:14 -04:00
parent a5f3acc903
commit 4a06259b31

View File

@@ -28,8 +28,8 @@ ingress:
initContainers:
- name: init-con
image: alpine
tag: curl
image: alpine/curl
tag: latest
command: |
cp /hugo.conf/setup_hugo.sh /tmp/ &&
chmod +x /tmp/setup_hugo.sh &&