Skip to content

Commit

Permalink
Fetch security upgrades from apt
Browse files Browse the repository at this point in the history
In #2517 I upgrade docs frm debian 11 to 12, but I was surprised to see
that CVE-2023-38408 is sitll being detected post-upgrade.

I think it's because the patched openssh is available in the debian
security repositories. If so, adding this upgade should fetch them.
  • Loading branch information
yob committed Oct 9, 2023
1 parent 7ceb193 commit 1608b91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ RUN echo "--- :package: Installing system deps" \
# Install all the things
&& apt-get update \
&& apt-get install -y nodejs gh jq \
## Pull down security updates
&& apt-get upgrade -y \
# Upgrade rubygems and bundler
&& gem update --system \
&& gem install bundler \
Expand Down

0 comments on commit 1608b91

Please sign in to comment.