mirror of
https://github.com/photoprism/photoprism.git
synced 2025-09-26 21:01:58 +08:00
Develop: Upgrade base image from 2400811-noble to 2400819-noble #4439
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Ubuntu 24.04 LTS (Noble Numbat)
|
||||
FROM photoprism/develop:240819-noble
|
||||
FROM photoprism/develop:240827-noble
|
||||
|
||||
## Alternative Environments:
|
||||
# FROM photoprism/develop:armv7 # ARMv7 (32bit)
|
||||
|
3
scripts/dist/install-go.sh
vendored
3
scripts/dist/install-go.sh
vendored
@@ -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."
|
Reference in New Issue
Block a user