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 fabc542 commit 035d9acCopy full SHA for 035d9ac
Dockerfile
@@ -147,7 +147,7 @@ RUN set -x && \
147
FROM debian:bullseye as radarbox
148
149
# git -c 'versionsort.suffix=-' ls-remote --tags --sort='v:refname' 'https://github.com/mutability/mlat-client.git' | cut -d '/' -f 3 | grep '^v.*' | tail -1
150
-ENV RADARBOX_MLAT_VERSION v0.2.12
+ENV RADARBOX_MLAT_VERSION v0.2.13
151
152
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
153
WORKDIR /tmp
0 commit comments