Skip to content

Commit 9f83363

Browse files
Update all dependencies (#342)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ea6f128 commit 9f83363

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/draft-release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020

2121
steps:
2222
- name: Draft release notes
23-
uses: release-drafter/release-drafter@ed4bc48ec97379be2258e7b7ac2624a3e26ab809 # v7
23+
uses: release-drafter/release-drafter@73b95fa1c286dfd6802a4f949b07dad6149f2b0f # v7
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.5-cli@sha256:21d4bb8d913f8753a310726d89a46649d204c264fe6865f5d7292c374a277ec6 AS builder
1+
FROM php:8.5-cli@sha256:1a5fd40baaeb88045a5cdfcec6b26bafcf40e3c2867f525b91cb746eb26d8fd9 AS builder
22

33
# hadolint ignore=DL3008
44
RUN apt-get update && \
@@ -33,7 +33,7 @@ COPY . /app
3333

3434
RUN composer build
3535

36-
FROM php:8.5-cli@sha256:21d4bb8d913f8753a310726d89a46649d204c264fe6865f5d7292c374a277ec6
36+
FROM php:8.5-cli@sha256:1a5fd40baaeb88045a5cdfcec6b26bafcf40e3c2867f525b91cb746eb26d8fd9
3737

3838
# git is required because the tool shells out to the git binary; openssh-client
3939
# enables pushing to SSH remotes such as git@github.com:org/repo.git.

0 commit comments

Comments
 (0)