diff --git a/Dockerfile b/Dockerfile index e526035..a2deb1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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