Skip to content

Commit

Permalink
Merge branch 'develop' into 'master'
Browse files Browse the repository at this point in the history
chore: update oci url

See merge request passbolt/passbolt_docker!202
  • Loading branch information
Tecnobutrul committed Apr 4, 2024
2 parents 3030b3a + 75aea29 commit cca6aec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LABEL org.opencontainers.image.authors="Passbolt SA <[email protected]>"
LABEL org.opencontainers.image.licenses=AGPL-3.0-only
LABEL org.opencontainers.image.source="${API_REPOSITORY}"
LABEL org.opencontainers.image.title=passbolt/passbolt
LABEL org.opencontainers.image.url=https://github.com/passbolt/passbolt_docker
LABEL org.opencontainers.image.url=https://passbolt.com

ARG PASSBOLT_DISTRO="buster"
ARG PASSBOLT_COMPONENT="stable"
Expand Down
2 changes: 1 addition & 1 deletion debian/Dockerfile.rootless
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LABEL org.opencontainers.image.authors="Passbolt SA <[email protected]>"
LABEL org.opencontainers.image.licenses=AGPL-3.0-only
LABEL org.opencontainers.image.source="${API_REPOSITORY}"
LABEL org.opencontainers.image.title=passbolt/passbolt
LABEL org.opencontainers.image.url=https://github.com/passbolt/passbolt_docker
LABEL org.opencontainers.image.url=https://passbolt.com

ARG SUPERCRONIC_ARCH=amd64
ARG SUPERCRONIC_SHA1SUM=fe1a81a8a5809deebebbd7a209a3b97e542e2bcd
Expand Down
2 changes: 1 addition & 1 deletion dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LABEL org.opencontainers.image.authors="Passbolt SA <[email protected]>"
LABEL org.opencontainers.image.licenses=AGPL-3.0-only
LABEL org.opencontainers.image.source="${API_REPOSITORY}"
LABEL org.opencontainers.image.title=passbolt/passbolt
LABEL org.opencontainers.image.url=https://github.com/passbolt/passbolt_docker
LABEL org.opencontainers.image.url=https://passbolt.com

ARG PASSBOLT_VERSION="3.8.3"
ARG PASSBOLT_URL="https://github.com/passbolt/passbolt_api/archive/v${PASSBOLT_VERSION}.tar.gz"
Expand Down

0 comments on commit cca6aec

Please sign in to comment.