bump version of riverside
This commit is contained in:
parent
b583167dae
commit
5a17e00958
2 changed files with 8 additions and 1 deletions
|
|
@ -26,3 +26,10 @@ sed -i -E "s|(riverside@sha256:)[0-9a-f]{64}|\1${NEW_DIGEST}|" "$COMPOSE"
|
|||
|
||||
NEW_LINE=$(grep -n 'riverside@sha256:' "$COMPOSE")
|
||||
echo "Updated: $NEW_LINE"
|
||||
|
||||
echo "Clearing Drupal config table to trigger fresh install on next boot..."
|
||||
docker exec riverside-postgres psql -U drupal -d drupal -c "DROP TABLE IF EXISTS config;"
|
||||
|
||||
echo "Restarting riverside container..."
|
||||
docker restart riverside
|
||||
echo "Done. Tail logs with: docker logs -f riverside"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
services = {
|
||||
app = {
|
||||
service = {
|
||||
image = "forge.quinefoundation.com/ironmagma/riverside@sha256:6cf107d892fbb7f615b4e616b330209704b9d7a2ed204e05c830c3a4d0bfa308";
|
||||
image = "forge.quinefoundation.com/ironmagma/riverside@sha256:303ac1b79b675230e917c1f3c35f2e1cd81527374af35a7a8419b9b22b65ca6e";
|
||||
container_name = "riverside";
|
||||
restart = "unless-stopped";
|
||||
networks = [ "riverside" ];
|
||||
|
|
|
|||
Loading…
Reference in a new issue