Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' of github.com:riotkit-org/waf-proxy into main
Browse files Browse the repository at this point in the history
  • Loading branch information
John Doe committed May 17, 2022
2 parents 8e14ed3 + 9d96371 commit 6747abd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
#
# Hint: Bump Xcaddy there
# ===========================================================================
FROM caddy:2.5.0-builder-alpine as xcaddy
FROM caddy:2.5.1-builder-alpine as xcaddy


# ============================================================================================================
# We take just the Caddy version there, so we will build this Caddy version using Xcaddy in builder container
#
# Hint: Bump Caddy version there
# ============================================================================================================
FROM caddy:2.5.1-alpine as caddy
FROM caddy:2.5.1-builder-alpine as caddy
RUN caddy version | awk '{print $1}' > /caddy-version


Expand Down

0 comments on commit 6747abd

Please sign in to comment.