Skip to content

Commit

Permalink
[skip ci] update dockerfile to use the new ENV format
Browse files Browse the repository at this point in the history
  • Loading branch information
FarisZR committed Sep 29, 2024
1 parent 088ce6c commit 903326d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM caddy:builder AS builder
ARG GO_LINK
ENV GO_LINK $GO_LINK
ENV GO_LINK=$GO_LINK

RUN xcaddy build --with $GO_LINK

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-alpine
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM caddy:builder-alpine AS builder
ARG GO_LINK
ENV GO_LINK $GO_LINK
ENV GO_LINK=$GO_LINK

RUN xcaddy build --with $GO_LINK

Expand Down

0 comments on commit 903326d

Please sign in to comment.