Update caddy Docker tag to v2.10.0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -4,6 +4,6 @@ COPY . /src
|
|||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
RUN npm install && node ./index.js
|
RUN npm install && node ./index.js
|
||||||
|
|
||||||
FROM caddy:2.9.1
|
FROM caddy:2.10.0
|
||||||
|
|
||||||
COPY --from=builder /src/build /usr/share/caddy
|
COPY --from=builder /src/build /usr/share/caddy
|
||||||
|
Reference in New Issue
Block a user