Update caddy Docker tag to v2.7.4 #6

Merged
alazyreader merged 1 commits from renovate/caddy-2.x into master 2023-08-19 00:54:49 +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.7.3
FROM caddy:2.7.4
COPY img /usr/share/caddy/img
COPY css /usr/share/caddy/css