Update caddy Docker tag to v2.11.2 #30

Open
renovate wants to merge 1 commits from renovate/caddy-2.x into main
Showing only changes of commit da6f133168 - Show all commits

View File

@@ -4,6 +4,6 @@ COPY . /src
WORKDIR /src WORKDIR /src
RUN npm install && node ./index.js RUN npm install && node ./index.js
FROM caddy:2.11.1 FROM caddy:2.11.2
COPY --from=builder /src/build /usr/share/caddy COPY --from=builder /src/build /usr/share/caddy