Skip to content

Commit

Permalink
feat: fetch caddy version from GHA instead
Browse files Browse the repository at this point in the history
  • Loading branch information
KorewaLidesu authored Mar 25, 2024
1 parent e937028 commit bb62ed7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
ARG CADDY_VERSION=latest
FROM caddy:${CADDY_VERSION}-builder AS builder
FROM caddy:${CADDY_VERSION}builder AS builder

RUN xcaddy build \
--with github.com/lucaslorentz/caddy-docker-proxy/v2 \
Expand Down

0 comments on commit bb62ed7

Please sign in to comment.