You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: federation-v1/gateways/cosmo/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ RUN apk --no-cache add curl
5
5
WORKDIR /home/gw
6
6
COPY router.json ./
7
7
8
-
ENV ROUTER_VERSION=0.117.0
8
+
ENV ROUTER_VERSION=0.183.2
9
9
10
10
RUN curl -L https://github.com/wundergraph/cosmo/releases/download/router%40${ROUTER_VERSION}/router-router@${ROUTER_VERSION}-linux-$(uname -m | sed s:aarch:arm:| sed s:x86_:amd:).tar.gz | gunzip -dc | tar x && mv router /usr/local/bin
0 commit comments