Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
drupal-11/11.2.3 package update
Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com>
  • Loading branch information
wolfi-bot committed Aug 7, 2025
commit a7f33e1f657608eaf6d4e0df6e73a5aa0da5775c
8 changes: 4 additions & 4 deletions drupal-11.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package:
name: drupal-11
description: Drupal is an open source content management platform powering millions of websites and applications.
version: "11.2.2"
epoch: 5
version: "11.2.3"
epoch: 0
resources:
cpu: 17
memory: 32Gi
Expand Down Expand Up @@ -77,14 +77,14 @@ pipeline:
with:
repository: https://github.com/drupal/drupal.git
tag: ${{package.version}}
expected-commit: 965123445745f50c7fc001c72a96650518c267d2
expected-commit: 0bf2e9cf405162e4ba3f7611f868efdc468e340c
destination: /usr/src/${{package.name}}

- uses: git-checkout
with:
repository: https://github.com/drupal/recommended-project.git
tag: ${{package.version}}
expected-commit: fa1bc3962b89743d74fbded0cc88c1eaff34f60a
expected-commit: 0bf2e9cf405162e4ba3f7611f868efdc468e340c
destination: vendor-binaries

# For compatibility with upstream image that has `/opt/drupal/{vendor,recipes}`
Expand Down
Loading