We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cd7fc3 commit d6c8becCopy full SHA for d6c8bec
Dockerfile
@@ -60,7 +60,7 @@ RUN wget https://github.com/Kitware/CMake/releases/download/v3.30.3/cmake-3.30.3
60
rm -rf cmake-3.30.3-linux-x86_64.tar.gz
61
62
# INSTALL PKG
63
-RUN wget https://github.com/motis-project/pkg/releases/download/v0.16/pkg-linux-amd64 -O /opt/pkg && \
+RUN wget https://github.com/motis-project/pkg/releases/download/v0.22/pkg-linux-amd64 -O /opt/pkg && \
64
chmod +x /opt/pkg
65
66
# INSTALL BUILDCACHE
0 commit comments