mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00: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:
parent
6d93e7045f
commit
bad662aac0
2 changed files with 1 additions and 4 deletions
|
|
@ -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."
|
||||
Loading…
Add table
Add a link
Reference in a new issue