Added versions to docker tags
Some checks failed
Build Container / Build & Push Dockerfile (push) Failing after 1s
Build Container / Tag Version (push) Has been skipped

This commit is contained in:
2025-04-03 22:06:28 -04:00
parent 6832c90412
commit f0be4ce391
3 changed files with 39 additions and 6 deletions

View File

@ -1,4 +1,4 @@
ARG CADDY_VERSION=2.7.6
ARG CADDY_VERSION=2.9.1
FROM caddy:${CADDY_VERSION}-builder AS builder