Skip to content

Commit

Permalink
Bump TYPO3 11 to version 11.5.40
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Oct 8, 2024
1 parent 0cdbb40 commit 2ef3f3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 11.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/* /usr/src/*

RUN cd /var/www/html && \
wget -O download.tar.gz https://get.typo3.org/11.5.36 && \
echo "c67f8ef8ff9c2d0a42d4e072a85181db40d9d27a0daf0f00a4c689aa5bd6a620 download.tar.gz" > download.tar.gz.sum && \
wget -O download.tar.gz https://get.typo3.org/11.5.40 && \
echo "8d3ae67b67d76a638280fb5c04cfd927586a88d112c2936705e1d9173ea2150c download.tar.gz" > download.tar.gz.sum && \
sha256sum -c download.tar.gz.sum && \
tar -xzf download.tar.gz && \
rm download.* && \
Expand Down

0 comments on commit 2ef3f3b

Please sign in to comment.