update: containers versions

This commit is contained in:
♥ Minnie ♥ 2024-08-11 20:05:27 +08:00
parent 71639ed7ef
commit f652e3b441
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
7 changed files with 7 additions and 7 deletions

View file

@ -12,7 +12,7 @@ in {
# Self-hosted, open-source pastbin
microbin = {
autoStart = true;
image = "danielszabo99/microbin:2.0";
image = "danielszabo99/microbin:2.0.4";
ports = [
"${port}:8080/tcp" # WebUI
];