File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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
44RUN apt-get update && \
@@ -33,7 +33,7 @@ COPY . /app
3333
3434RUN 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.
You can’t perform that action at this time.
0 commit comments