Develop: Upgrade base image from 2400811-noble to 2400819-noble #4439

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2024-08-27 11:19:07 +02:00
parent 6d93e7045f
commit bad662aac0
2 changed files with 1 additions and 4 deletions

View file

@ -64,7 +64,4 @@ echo "Adding symbolic links for go and gofmt."
ln -sf /usr/local/go/bin/go /usr/local/bin/go
ln -sf /usr/local/go/bin/gofmt /usr/local/bin/gofmt
# Test if it works.
go version
echo "Done."