Skip to content

Commit

Permalink
Bump TYPO3 11 to version 11.5.41
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Nov 29, 2024
1 parent 1fe23ac commit 421e943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 11.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN apt-get update && \

RUN cd /var/www/html && \
wget -O download.tar.gz https://get.typo3.org/11.5.41 && \
echo " download.tar.gz" > download.tar.gz.sum && \
echo "560f4389347fa6103bda5a62459b2362560e663e133edaeb365589f9065fa0f0 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 421e943

Please sign in to comment.