Skip to content

Commit 6081f95

Browse files
chore(deps): update caddy docker tag to v2.10.2 (#8)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0e1cb82 commit 6081f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN curl -Ls https://github.com/keeweb/keeweb/releases/download/${keeweb_version
1717
COPY web_index.html index.html
1818
RUN sed -i 's/(no-config)/..\/config.json/g' app/index.html
1919

20-
FROM caddy:2.10.0 as caddy_base
20+
FROM caddy:2.10.2 as caddy_base
2121

2222
FROM scratch as files
2323
COPY --from=keeweb_sources /build /opt/keeweb

0 commit comments

Comments
 (0)