Skip to content

Commit 2792561

Browse files
committed
Fix build
1 parent 97280e5 commit 2792561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN install-packages mysql-client
4242
RUN cd /usr/bin && curl -fsSL https://github.com/cert-manager/cert-manager/releases/download/v1.13.0/cmctl-linux-amd64.tar.gz | tar xzv --no-anchored cmctl
4343

4444
# gokart
45-
RUN cd /usr/bin && curl -fsSL https://github.com/praetorian-inc/gokart/releases/download/v0.5.1/gokart_0.4.0_linux_x86_64.tar.gz | tar xzv --no-anchored gokart
45+
RUN cd /usr/bin && curl -fsSL https://github.com/praetorian-inc/gokart/releases/download/v0.5.1/gokart_0.5.1_linux_x86_64.tar.gz | tar xzv --no-anchored gokart
4646

4747
# leeway
4848
ARG LEEWAY_VERSION=0.9.6

0 commit comments

Comments
 (0)