Update caddy Docker tag to v2.7.2 #4

Merged
alazyreader merged 1 commits from renovate/caddy-2.x into master 2023-08-05 01:13:46 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ COPY . /src
WORKDIR /src
RUN npm install && node ./index.js
FROM caddy:2.6.4
FROM caddy:2.7.2
COPY img /usr/share/caddy/img
COPY css /usr/share/caddy/css