Skip to content
Snippets Groups Projects
Commit 23c9a598 authored by John Harris's avatar John Harris
Browse files

style: upgrade, not dist-upgrade

We want security updates, not to change major ver, so that's fine.
parent 5055d1bc
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ FROM ruby:2.7.5-slim-bullseye
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get \
-o Dpkg::Options::="--force-confnew" --allow-remove-essential --allow-change-held-packages -fuy \
dist-upgrade \
upgrade \
&& apt-get install -y --no-install-recommends \
cmake \
pkg-config \
......
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