Skip to content

Commit

Permalink
Merge pull request #277 from martin-helmich/update-typo-11-to-11.5.34
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich authored Jan 16, 2024
2 parents 574381a + cfb16a0 commit 0a66eb1
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.33 && \
echo "081b67991b115effb8f01e3218796fdbb6f8bd5033fce1e8801ca682c7cdfd91 download.tar.gz" > download.tar.gz.sum && \
wget -O download.tar.gz https://get.typo3.org/11.5.34 && \
echo "d9bb574e798140e8aef20be50dcbf4a7bc0865754bdd731c7c5c88474e51e774 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 0a66eb1

Please sign in to comment.