Skip to content
Snippets Groups Projects
Commit b07d7914 authored by Erick Hitter's avatar Erick Hitter
Browse files

Fix version

Pinning because it hasn't been updated in years.
parent e3eb7ea4
No related branches found
No related tags found
1 merge request!2Refinements
Pipeline #1850 passed with stages
in 2 minutes and 5 seconds
......@@ -7,7 +7,7 @@ RUN echo "deb http://security.debian.org/ buster/updates main" >> /etc/apt/sourc
RUN apt-get update \
&& apt-get -y --no-install-recommends install \
nut=2.7 \
nut=2.7.4-8 \
&& apt-get autoremove -y \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment