From e6d98dd0580ebd7b8849c54dfcc321c962761bd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 19:08:08 +0000 Subject: [PATCH] Update linuxserver/wireguard:1.0.20210914 Docker digest to dd744af (#170) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9e3c51e..55c4502 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG WRAPPER_COMMIT_HASH=f6ef44b2c449cca8f005b32dea9a4b497202dbef ARG GO_TAG=1.23.4-alpine -ARG LSIO_WIREGUARD_TAG=1.0.20210914@sha256:eec8a8e5b14a6b0358a410c79964f211f120e0b442d9234e9c091491e10747f1 +ARG LSIO_WIREGUARD_TAG=1.0.20210914@sha256:dd744af2dca6ca6d8f87be52947854e7a7bc390f33fd7bc032fbab827d1bb06c FROM golang:${GO_TAG} as build