summaryrefslogtreecommitdiff
path: root/docker/pip/amd64.dockerfile
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-11-21 15:57:12 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2024-11-21 16:06:22 +0100
commita587163c822e80527f6acc78c1edac3410327854 (patch)
tree15ddd4ee5e2f7af01eeef98fb4adc4bd6c651776 /docker/pip/amd64.dockerfile
parent72edbfe5d2d51b7dbaaa6ac6fe96cfbd43b60069 (diff)
Replace all links from GitHub to Codeberg
Diffstat (limited to 'docker/pip/amd64.dockerfile')
-rw-r--r--docker/pip/amd64.dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/pip/amd64.dockerfile b/docker/pip/amd64.dockerfile
index 572fdd3..8faf2d5 100644
--- a/docker/pip/amd64.dockerfile
+++ b/docker/pip/amd64.dockerfile
@@ -6,7 +6,7 @@ WORKDIR /pip
ARG COMMONVERSION
-RUN wget -O eduvpn-common.tar.xz https://github.com/eduvpn/eduvpn-common/releases/download/$COMMONVERSION/eduvpn-common-$COMMONVERSION.tar.xz
+RUN wget -O eduvpn-common.tar.xz https://codeberg.org/eduVPN/eduvpn-common/releases/download/$COMMONVERSION/eduvpn-common-$COMMONVERSION.tar.xz
RUN tar xf eduvpn-common.tar.xz
WORKDIR /pip/eduvpn-common-$COMMONVERSION