Skip to content

Commit

Permalink
Merge pull request #274 from martin-helmich/update-typo-11-to-11.5.33
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich authored Nov 14, 2023
2 parents 50ed4e8 + 5d1133b commit 9813ff7
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.32 && \
echo "1ea73d0c9837705b1337c523c617b996d1574c4af94ba505d08c2e87a3d00854 download.tar.gz" > download.tar.gz.sum && \
wget -O download.tar.gz https://get.typo3.org/11.5.33 && \
echo "081b67991b115effb8f01e3218796fdbb6f8bd5033fce1e8801ca682c7cdfd91 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 9813ff7

Please sign in to comment.