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
Branches
Tags
1 merge request!2Refinements
Pipeline #1850 passed
...@@ -7,7 +7,7 @@ RUN echo "deb http://security.debian.org/ buster/updates main" >> /etc/apt/sourc ...@@ -7,7 +7,7 @@ RUN echo "deb http://security.debian.org/ buster/updates main" >> /etc/apt/sourc
RUN apt-get update \ RUN apt-get update \
&& apt-get -y --no-install-recommends install \ && apt-get -y --no-install-recommends install \
nut=2.7 \ nut=2.7.4-8 \
&& apt-get autoremove -y \ && apt-get autoremove -y \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment