Update caddy Docker tag to v2.8.4

This commit is contained in:
renovate[bot]
2024-06-03 19:50:32 +00:00
committed by GitHub
parent bf78ebdb4e
commit a6a71ed47e

View File

@@ -10,7 +10,7 @@ COPY . .
RUN npm run build RUN npm run build
FROM caddy:2.7.6-alpine as runtime FROM caddy:2.8.4-alpine as runtime
WORKDIR /my-site WORKDIR /my-site