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

Commit

Permalink
[no ci] test
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed May 18, 2022
1 parent ff567a9 commit 8844ae5
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.1-builder-alpine as xcaddy
FROM caddy:2.5.0-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-builder-alpine as caddy
FROM caddy:2.5.0-builder-alpine as caddy
RUN caddy version | awk '{print $1}' > /caddy-version


Expand Down

0 comments on commit 8844ae5

Please sign in to comment.