mirror of
https://github.com/casjaysdevdocker/caddy
synced 2025-09-19 03:57:46 -04:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
@@ -2,7 +2,7 @@ FROM golang:1.19-alpine AS caddy
|
||||
ENV XDG_CONFIG_HOME /config
|
||||
ENV XDG_DATA_HOME /data
|
||||
|
||||
RUN set -e \
|
||||
RUN set -ex \
|
||||
export XCADDY_SETCAP=1; \
|
||||
export version=$(curl -q -LSsf "https://api.github.com/repos/caddyserver/caddy/releases/latest" | jq -r .tag_name | grep '^' || exit 5); \
|
||||
echo ">>>>>>>>>>>>>>> ${version} ###############"
|
||||
|
Reference in New Issue
Block a user