Skip to content

Commit

Permalink
Update debian security repository for demo-base docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
lresende committed Mar 9, 2024
1 parent 6b28a75 commit 30de39d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/docker/demo-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ RUN dpkg --purge --force-depends ca-certificates-java \
software-properties-common \
openssh-server \
openssh-client \
&& apt-add-repository 'deb http://security.debian.org/debian-security stretch/updates main' \
&& apt-add-repository 'deb http://security.debian.org/debian-security bullseye-security main' \
&& apt-add-repository 'deb http://deb.debian.org/debian/ sid main' \
&& apt-get update && apt-get install -yq --no-install-recommends \
openjdk-8-jre-headless \
ca-certificates-java \
Expand Down

0 comments on commit 30de39d

Please sign in to comment.