Skip to content

Commit

Permalink
Bump TYPO3 10 to version 10.4.37 (#256)
Browse files Browse the repository at this point in the history
Co-authored-by: TYPO3 Docker Update Bot <[email protected]>
  • Loading branch information
helmich-bot and martin-helmich authored Jul 15, 2023
1 parent b21df5a commit e7ee4b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 10.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,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/10.4.36 && \
echo "b303d9ec5931e83244403bcb170486619525d53668d6b3a5c4bb5a302c9a24a4 download.tar.gz" > download.tar.gz.sum && \
wget -O download.tar.gz https://get.typo3.org/10.4.37 && \
echo "20679aa80818253851eefa48ff3b27695aacb528128e509cb72b29c41cc18c42 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 e7ee4b8

Please sign in to comment.