Skip to content

Commit

Permalink
#226 dev: update to Nextcloud 30
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Sep 16, 2024
1 parent ea07678 commit a47f3d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Use this if there is a release image
#FROM nextcloud:27-apache
#FROM nextcloud:28-apache
FROM nextcloud:29-apache
#FROM nextcloud:29-apache
#FROM nextcloud:30-apache

# Use this if there is no release image yet
# https://github.com/digital-blueprint/nextcloud-docker/pkgs/container/nextcloud-docker-pre-apache
# https://github.com/digital-blueprint/nextcloud-docker/tree/pre-release
#FROM ghcr.io/digital-blueprint/nextcloud-docker-pre-apache:latest
FROM ghcr.io/digital-blueprint/nextcloud-docker-pre-apache:latest

COPY entrypoint.sh /

Expand Down

0 comments on commit a47f3d9

Please sign in to comment.