fix version in docker build

This commit is contained in:
Simon Gregor Ebner 2025-02-25 22:44:49 +01:00
parent 87131710b1
commit de5779e1ee

View File

@ -1,6 +1,6 @@
FROM caddy:builder-alpine AS builder FROM caddy:builder-alpine AS builder
RUN xcaddy build --with github.com/simongregorebner/gitea-pages RUN xcaddy build --with github.com/simongregorebner/gitea-pages@v0.0.1
FROM alpine FROM alpine