Skip to content

Commit

Permalink
Update dependency nextcloud/server to v30
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent c0b9c64 commit 0943b2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ghcr.io/pagdot/baseimage-ubuntu-nginx:noble
# set version label
ARG BUILD_DATE
ARG VERSION
ARG NEXTCLOUD_RELEASE=29.0.8
ARG NEXTCLOUD_RELEASE=30.0.1
LABEL build_version="pagdot version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="pagdot"

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ghcr.io/pagdot/baseimage-ubuntu-nginx:noble
# set version label
ARG BUILD_DATE
ARG VERSION
ARG NEXTCLOUD_RELEASE=29.0.8
ARG NEXTCLOUD_RELEASE=30.0.1
LABEL build_version="pagdot version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="pagdot"

Expand Down

0 comments on commit 0943b2f

Please sign in to comment.