Skip to content

Commit 3e3fcbf

Browse files
chore(deps): update caddy docker tag to v2.10.2 (#64)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 20bbc55 commit 3e3fcbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY . ./
77
RUN npm run deploy
88

99
# Deploy using Caddy to host static files
10-
FROM caddy:2.10.0-alpine
10+
FROM caddy:2.10.2-alpine
1111
RUN apk add --no-cache ca-certificates
1212

1313
# Copy static files, verify Caddyfile formatting

0 commit comments

Comments
 (0)