Develop: Upgrade base image from 230715-lunar to 230720-lunar #3555

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-07-20 08:30:17 +02:00
parent 0d243d5ea4
commit 68b40babfa
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
# Ubuntu 23.04 (Lunar Lobster)
FROM photoprism/develop:230715-lunar
FROM photoprism/develop:230720-lunar
## Alternative Environments:
# FROM photoprism/develop:jammy # Ubuntu 22.04 LTS (Jammy Jellyfish)
@ -13,4 +13,4 @@ WORKDIR "/go/src/github.com/photoprism/photoprism"
# Copy source to image.
COPY . .
COPY --chown=root:root /scripts/dist/ /scripts/
COPY --chown=root:root /scripts/dist/ /scripts/

View file

@ -75,4 +75,4 @@ WORKDIR /photoprism
EXPOSE 2342 2442 2443
# Keep container running.
CMD ["tail", "-f", "/dev/null"]
CMD ["tail", "-f", "/dev/null"]