Skip to content

Commit

Permalink
Base image in launcher (#838)
Browse files Browse the repository at this point in the history
This pulls in the Nginx 1.26.1 update, Ruby 3.3.4 update and Debian
bookworm update.
  • Loading branch information
tgxworld authored Aug 26, 2024
1 parent fc61b8a commit def0f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ kernel_min_version='4.4.0'
config_file=containers/"$config".yml
cidbootstrap=cids/"$config"_bootstrap.cid
local_discourse=local_discourse
image="discourse/base:2.0.20240708-0023"
image="discourse/base:2.0.20240825-0027"
docker_path=`which docker.io 2> /dev/null || which docker`
git_path=`which git`

Expand Down

1 comment on commit def0f9e

@discoursebot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on Discourse Meta. There might be relevant details there:

https://meta.discourse.org/t/postgresql-stuck-during-rebuilding/323434/8

Please sign in to comment.