Skip to content

Commit 7430363

Browse files
committed
Bump hashes to 0.22.1
1 parent 11f279b commit 7430363

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM rust:1.59-alpine3.15 as build-env
44
ARG VERSION="0.22.1"
55
ARG SOURCE_FILE="https://github.com/bluejekyll/trust-dns/archive/refs/tags/v${VERSION}.tar.gz"
66
# wget https://github.com/bluejekyll/trust-dns/archive/refs/tags/v${VERSION}.tar.gz -O - | sha256sum
7-
ARG SOURCE_SHA256="e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
7+
ARG SOURCE_SHA256="48debc51079b43a942f05f51dfd6d7ea900ed21f6db72e3136f100cb35263a15"
88
ARG FEATURES="dnssec-openssl,dns-over-https,dns-over-https-rustls,dnssec-ring,dnssec,resolver,sqlite,backtrace"
99

1010
WORKDIR /workspace
@@ -25,7 +25,7 @@ FROM alpine:3.15 as runtime
2525
ARG VERSION="0.22.1"
2626
ARG SOURCE_FILE="https://github.com/bluejekyll/trust-dns/archive/refs/tags/v${VERSION}.tar.gz"
2727
# wget https://github.com/bluejekyll/trust-dns/archive/refs/tags/v${VERSION}.tar.gz -O - | sha256sum
28-
ARG SOURCE_SHA256="e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
28+
ARG SOURCE_SHA256="48debc51079b43a942f05f51dfd6d7ea900ed21f6db72e3136f100cb35263a15"
2929

3030
ARG BUILD_DATE
3131

0 commit comments

Comments
 (0)