Using non-slim container for build
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-23 23:46:35 -04:00
parent 18d6453fca
commit f2cdf6b752

View File

@@ -29,7 +29,7 @@ ingress:
initContainers:
- name: init-con
image: debian
tag: stable-slim
tag: stable
command: |
cp /hugo.conf/setup_hugo.sh /tmp/ &&
chmod +x /tmp/setup_hugo.sh &&