Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
base image is not updated yet, force security upgrade
  • Loading branch information
jfcoz committed Oct 15, 2024
1 parent 0fb9370 commit 1ac50c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 3.0-custom/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ RUN apt-get update \
mcrypt \
mysqli \
soap \
zip
zip \
&& apt-get upgrade \
&& rm -rf /var/cache/apt

# Load iTop files
RUN curl -L -o /tmp/iTop.zip https://sourceforge.net/projects/itop/files/itop/${release}/iTop-${release}-${patch}.zip \
Expand Down

0 comments on commit 1ac50c8

Please sign in to comment.