Skip to content

Commit cbbacb8

Browse files
pkg v0.16
1 parent 312f19f commit cbbacb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ RUN wget https://github.com/Kitware/CMake/releases/download/v3.28.3/cmake-3.28.3
6060
rm -rf cmake-3.28.3-linux-x86_64.tar.gz
6161

6262
# INSTALL PKG
63-
RUN wget https://github.com/motis-project/pkg/releases/download/v0.14/pkg-linux-amd64 -O /opt/pkg && \
63+
RUN wget https://github.com/motis-project/pkg/releases/download/v0.16/pkg-linux-amd64 -O /opt/pkg && \
6464
chmod +x /opt/pkg
6565

6666
# INSTALL BUILDCACHE

0 commit comments

Comments
 (0)