Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #23 from haakemon/update-0.15.91862
Browse files Browse the repository at this point in the history
  • Loading branch information
haakemon committed Sep 25, 2023
2 parents 388e565 + e333fbc commit 520104a
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 @@ -16,7 +16,7 @@ RUN apt-get update -y \
&& curl -fsSL https://repo.jotta.us/public.asc -o /usr/share/keyrings/jotta.gpg \
&& echo "deb [signed-by=/usr/share/keyrings/jotta.gpg] https://repo.jotta.us/debian debian main" | tee /etc/apt/sources.list.d/jotta-cli.list \
&& apt-get update -y \
&& apt-get install -y jotta-cli=0.15.89752 \
&& apt-get install -y jotta-cli=0.15.91862 \
&& apt-get autoremove -y --purge \
&& apt-get clean \
&& rm -rf /var/lib/lists/*
Expand Down

0 comments on commit 520104a

Please sign in to comment.