Skip to content

Commit

Permalink
Bump TYPO3 12 to version 12.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Dec 12, 2023
1 parent 9813ff7 commit f386832
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.8 && \
echo "8293b3441ec133fc8f9174fab5b88f450044ded0e188a0f12de37ad60a8bf8b3 download.tar.gz" > download.tar.gz.sum && \
wget -O download.tar.gz https://get.typo3.org/12.4.9 && \
echo "46f6333e37b439220da6ff77ebac525677d17efcdda7ca81899ea4e2b0ccce46 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 f386832

Please sign in to comment.