We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74fab8c commit 8b656aeCopy full SHA for 8b656ae
1 file changed
Dockerfile
@@ -7,7 +7,7 @@ RUN apt-get install -y curl
7
8
RUN useradd -ms /bin/bash user
9
10
-RUN curl -o /usr/local/bin/github-integration -L https://github.com/thefederationinfo/github-integration/releases/download/v1.0.2/github-integration.$(uname -m)
+RUN curl -o /usr/local/bin/github-integration -L https://github.com/thefederationinfo/github-integration/releases/download/v1.0.3/github-integration.$(uname -m)
11
12
RUN apt-get purge -y curl
13
RUN apt-get autoremove -y
0 commit comments