Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG VERSION_GH_CLI=2.87.3
# renovate: datasource=github-tags depName=openbao/openbao
ARG VERSION_OPENBAO=2.4.4
# renovate: datasource=github-tags depName=grafana/loki
ARG VERSION_LOKI=2.9.10
ARG VERSION_LOKI=3.6.7

# Update the system and install required packages
RUN apt-get update -y && \
Expand Down
Loading