Using a new base image for hugo builds
All checks were successful
Build Hugo Image / build-hugo-image (push) Successful in 52s
Build Hugo Image / push-to-docker-hub (push) Successful in 15s

This commit is contained in:
shockrah 2024-09-03 15:40:14 -07:00
parent 9cafba8d91
commit 1e6222dfd8

View File

@ -1,4 +1,4 @@
FROM debian:sid-slim
FROM gitea/runner-images:ubuntu-latest
RUN apt-get update && \
apt-get install -y --no-install-recommends hugo && \
rm -rf var/lib/{apt,dpkg,cache,log}/