Skip to content

Commit

Permalink
Bump TYPO3 12 to version 12.4.18
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Aug 13, 2024
1 parent 0cdbb40 commit 521acf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 12.4/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/12.4.11 && \
echo "a93bb3e8ceae5f00c77f985438dd948d2a33426ccfd7c2e0e5706325c43533a3 download.tar.gz" > download.tar.gz.sum && \
wget -O download.tar.gz https://get.typo3.org/12.4.18 && \
echo "ac91422854e137ea52e571e39b5ca2ac5b77861c8d13448260ae68205442a99c 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 521acf5

Please sign in to comment.