Update caddy Docker tag to v2.7.5 #7

Merged
alazyreader merged 1 commits from renovate/caddy-2.x into master 2023-10-20 01:39:27 +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.4
FROM caddy:2.7.5
COPY img /usr/share/caddy/img
COPY css /usr/share/caddy/css