Skip to content

Commit

Permalink
Update dependency nextcloud/server to v27.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 21, 2023
1 parent 1eb86c6 commit 5cc3d55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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:jammy
# set version label
ARG BUILD_DATE
ARG VERSION
ARG NEXTCLOUD_RELEASE=27.1.0
ARG NEXTCLOUD_RELEASE=27.1.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:jammy
# set version label
ARG BUILD_DATE
ARG VERSION
ARG NEXTCLOUD_RELEASE=27.1.0
ARG NEXTCLOUD_RELEASE=27.1.1
LABEL build_version="pagdot version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="pagdot"

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

Expand Down

0 comments on commit 5cc3d55

Please sign in to comment.