Skip to content

Commit

Permalink
Try the dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Nov 26, 2023
1 parent 6fdc364 commit d9df448
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Minimum Rust version: https://github.com/hickory-dns/hickory-dns/blob/main/Cargo.toml "rust-version"

ARG VERSION="0.24.0"
ARG SOURCE_FILE="https://github.com/hickory-dns/hickory-dns/archive/refs/tags/v${VERSION}.tar.gz"
ARG VERSION="0.25.0-dev"
ARG SOURCE_FILE="https://github.com/hickory-dns/hickory-dns/archive/b0b6957b58c5ee6594f8e5c4296079cdc5942251.tar.gz"
# wget https://github.com/hickory-dns/hickory-dns/archive/refs/tags/v${VERSION}.tar.gz -O - | sha256sum
ARG SOURCE_SHA256="e5158a8e412876768fc3d171ef4b2c3e0d4e99c1a1d082018b93bcda9fb31334"
ARG SOURCE_SHA256="c468313c2fb494aa810e0308819250c2e7f1b5bcee331428801d911a647dcac4"

FROM alpine:3.18 as build-env

Expand Down

0 comments on commit d9df448

Please sign in to comment.