Skip to content

Commit d6c8bec

Browse files
update pkg 0.16 -> 0.22
1 parent 4cd7fc3 commit d6c8bec

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.30.3/cmake-3.30.3
6060
rm -rf cmake-3.30.3-linux-x86_64.tar.gz
6161

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

6666
# INSTALL BUILDCACHE

0 commit comments

Comments
 (0)