Skip to content

Commit

Permalink
chore(radarbox): update radarbox version to v0.2.13 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thom-x authored Mar 5, 2024
1 parent fabc542 commit 035d9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ RUN set -x && \
FROM debian:bullseye as radarbox

# 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
ENV RADARBOX_MLAT_VERSION v0.2.12
ENV RADARBOX_MLAT_VERSION v0.2.13

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
WORKDIR /tmp
Expand Down

0 comments on commit 035d9ac

Please sign in to comment.