Skip to content

Commit

Permalink
chore: pin back clab version
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Jun 20, 2024
1 parent 9d14b7f commit d339a3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/launcher.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ FROM --platform=linux/amd64 debian:bookworm-slim
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

ARG DOCKER_VERSION="5:26.*"
ARG CONTAINERLAB_VERSION="0.55.*"
# pinning back as vxlan tools has some issue we need to investigate in 0.52.0
ARG CONTAINERLAB_VERSION="0.51.3"
ARG NERDCTL_VERSION="1.7.6"

RUN apt-get update && \
Expand Down

0 comments on commit d339a3f

Please sign in to comment.