Docker: Update photoprism/development image

This commit is contained in:
Michael Mayer 2021-02-14 19:15:29 +01:00
parent 2671edf982
commit 7d52efc39d
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
FROM photoprism/development:20210205
FROM photoprism/development:20210214
# Set up project directory
WORKDIR "/go/src/github.com/photoprism/photoprism"

View file

@ -8,9 +8,9 @@ export GO111MODULE=on
GOIMPORTS=goimports
BINARY_NAME=photoprism
DOCKER_TAG=`date -u +%Y%m%d`
UID=`(id -u)`
DOCKER_TAG := $(shell date -u +%Y%m%d)
UID := $(shell id -u)
HASRICHGO := $(shell which richgo)
ifdef HASRICHGO

View file

@ -1,4 +1,4 @@
FROM photoprism/development:20210205 as build
FROM photoprism/development:20210214 as build
# Set up project directory
WORKDIR "/go/src/github.com/photoprism/photoprism"