Skip to content

Commit

Permalink
Merge pull request ibm-messaging#111 from arthurbarr/master
Browse files Browse the repository at this point in the history
Security fixes
  • Loading branch information
parrobe committed Feb 6, 2018
2 parents 2da7adf + ceec934 commit 1787ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
&& rm -rf ${DIR_EXTRACT} \
# Apply any bug fixes not included in base Ubuntu or MQ image.
# Don't upgrade everything based on Docker best practices https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#run
&& apt-get -y upgrade libc6 libc-bin multiarch-support \
&& apt-get upgrade -y libsystemd0 systemd systemd-sysv libudev1 \
# End of bug fixes
&& rm -rf /var/lib/apt/lists/* \
# Optional: Update the command prompt with the MQ version
Expand Down

0 comments on commit 1787ced

Please sign in to comment.