Skip to content

Commit ea6f128

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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:1954ff5cd21f222c992b79d25e403b2600cec829678d5bb7076883f3a44c0d6e AS builder
1+
FROM php:8.5-cli@sha256:21d4bb8d913f8753a310726d89a46649d204c264fe6865f5d7292c374a277ec6 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:1954ff5cd21f222c992b79d25e403b2600cec829678d5bb7076883f3a44c0d6e
36+
FROM php:8.5-cli@sha256:21d4bb8d913f8753a310726d89a46649d204c264fe6865f5d7292c374a277ec6
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)