Skip to content

Commit 115fd18

Browse files
red-hat-konflux[bot]Hyperkid123
authored andcommitted
Update caddy Docker tag to v2.10.2
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 3d58ab2 commit 115fd18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build customized Caddy binary with cache, transform-encoder and a custom 'rh_identity_transform' plugin.
2-
FROM caddy:2.10.0-builder AS builder
2+
FROM caddy:2.10.2-builder AS builder
33

44
COPY rh_identity_transform .
55

@@ -8,7 +8,7 @@ RUN xcaddy build \
88
--with github.com/caddyserver/transform-encoder \
99
--with rh_identity_transform=$(pwd)
1010

11-
FROM caddy:2.10.0
11+
FROM caddy:2.10.2
1212

1313
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
1414

0 commit comments

Comments
 (0)