Update caddy Docker tag to v2.7.3 #5

Merged
alazyreader merged 1 commits from renovate/caddy-2.x into master 2023-08-14 20:31:22 +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.2
FROM caddy:2.7.3
COPY img /usr/share/caddy/img
COPY css /usr/share/caddy/css