Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

Commit acf41a1

Browse files
committed
Explicity call apt-get upgrade to get newest versions of packages
1 parent 7b32905 commit acf41a1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ruby-ubuntu16/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ RUN apt-get update -y \
7777
tzdata \
7878
&& apt-get install -y -q --no-install-recommends libgit2-dev \
7979
&& apt-get clean \
80+
&& apt-get upgrade -yq \
8081
&& rm -f /var/lib/apt/lists/*_* \
8182
&& mkdir -p /opt/nodejs \
8283
&& rm -f /etc/ImageMagick-6/policy.xml \

0 commit comments

Comments
 (0)