Skip to content

Commit c9aa9cb

Browse files
authored
Update Dockerfile (#607)
Upgrade cosmo router Docker tag to 0.183.2
1 parent 15f2ea8 commit c9aa9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

federation-v1/gateways/cosmo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apk --no-cache add curl
55
WORKDIR /home/gw
66
COPY router.json ./
77

8-
ENV ROUTER_VERSION=0.117.0
8+
ENV ROUTER_VERSION=0.183.2
99

1010
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
1111

0 commit comments

Comments
 (0)