Skip to content

Commit

Permalink
Bump TYPO3 9 to version 9.5.48
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Nov 28, 2024
1 parent 0cdbb40 commit 227390c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 9.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/9.5.31 && \
echo "5abef769c4bb89a4b5b8d5ba87028ea1e9f75874dc625c39bd0a4cef6b68caaa download.tar.gz" > download.tar.gz.sum && \
wget -O download.tar.gz https://get.typo3.org/9.5.48 && \
echo " 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 227390c

Please sign in to comment.