Skip to content

Commit

Permalink
Bump caddy from 2.6.4-builder to 2.7.2-builder (#784)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lens0021 / Leslie <[email protected]>
  • Loading branch information
dependabot[bot] and lens0021 authored Aug 8, 2023
1 parent 4667acb commit 5829bae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG MEDIAWIKI_VERSION=1.39.3
ARG CADDY_MWCACHE_COMMIT=10bebded1a8f57d96cbba47fe762420f06d7d811
ARG CADDY_MWCACHE_COMMIT=6fd44b88b911e9e0ad1055a8f8f2b85080b3b50e

ARG TINI_VERSION=0.18.0

Expand Down Expand Up @@ -78,10 +78,10 @@ RUN COMPOSER_HOME=/tmp/composer /usr/bin/composer update --no-dev --working-dir
#
# Caddy 스테이지. Route53와 caddy-mwcache 패키지를 설치한 Caddy를 빌드한다.
#
FROM --platform=$TARGETPLATFORM caddy:2.6.4-builder AS caddy
FROM --platform=$TARGETPLATFORM caddy:2-builder AS caddy
ARG CADDY_MWCACHE_COMMIT

RUN XCADDY_DEBUG=1 xcaddy build \
RUN XCADDY_DEBUG=1 xcaddy build v2.7.3 \
--with github.com/caddy-dns/route53 \
--with "github.com/femiwiki/caddy-mwcache@${CADDY_MWCACHE_COMMIT}"

Expand Down

0 comments on commit 5829bae

Please sign in to comment.