Skip to content

Commit

Permalink
Update to 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Bohan Yang committed Jan 31, 2023
1 parent e02361d commit ddb227d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /src

# Lets download latest version of DOH
RUN set -x ;\
DOH_VERSION_LATEST=v2.3.0 \
DOH_VERSION_LATEST=v2.3.3 \
&& curl -L "https://github.com/m13253/dns-over-https/archive/${DOH_VERSION_LATEST}.zip" -o doh.zip \
&& unzip doh.zip \
&& rm doh.zip \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ WORKDIR /src

# Lets download latest version of DOH
RUN set -x ;\
DOH_VERSION_LATEST="$(curl -s https://api.github.com/repos/m13253/dns-over-https/tags|jq -r '.[0].name')" \
DOH_VERSION_LATEST=v2.3.3 \
&& curl -L "https://github.com/m13253/dns-over-https/archive/${DOH_VERSION_LATEST}.zip" -o doh.zip \
&& unzip doh.zip \
&& rm doh.zip \
Expand Down

0 comments on commit ddb227d

Please sign in to comment.