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 312f19f commit cbbacb8Copy full SHA for cbbacb8
Dockerfile
@@ -60,7 +60,7 @@ RUN wget https://github.com/Kitware/CMake/releases/download/v3.28.3/cmake-3.28.3
60
rm -rf cmake-3.28.3-linux-x86_64.tar.gz
61
62
# INSTALL PKG
63
-RUN wget https://github.com/motis-project/pkg/releases/download/v0.14/pkg-linux-amd64 -O /opt/pkg && \
+RUN wget https://github.com/motis-project/pkg/releases/download/v0.16/pkg-linux-amd64 -O /opt/pkg && \
64
chmod +x /opt/pkg
65
66
# INSTALL BUILDCACHE
0 commit comments