Skip to content

Commit

Permalink
Add CADDY_TAG argument to Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
nsouto committed Nov 2, 2023
1 parent bf13fdf commit 2d1fb58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions caddy-octane/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ FROM lostlink/octane:${OCTANE_TAG}

LABEL maintainer="Nuno Souto <[email protected]>"

ARG CADDY_TAG

COPY --from=lostlink/caddy:${CADDY_TAG} /usr/bin/caddy /usr/bin/caddy

COPY ./etc/supervisor/ /etc/supervisor/
Expand Down

0 comments on commit 2d1fb58

Please sign in to comment.