We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01fc7e commit ea6f128Copy full SHA for ea6f128
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:8.5-cli@sha256:1954ff5cd21f222c992b79d25e403b2600cec829678d5bb7076883f3a44c0d6e AS builder
+FROM php:8.5-cli@sha256:21d4bb8d913f8753a310726d89a46649d204c264fe6865f5d7292c374a277ec6 AS builder
2
3
# hadolint ignore=DL3008
4
RUN apt-get update && \
@@ -33,7 +33,7 @@ COPY . /app
33
34
RUN composer build
35
36
-FROM php:8.5-cli@sha256:1954ff5cd21f222c992b79d25e403b2600cec829678d5bb7076883f3a44c0d6e
+FROM php:8.5-cli@sha256:21d4bb8d913f8753a310726d89a46649d204c264fe6865f5d7292c374a277ec6
37
38
# git is required because the tool shells out to the git binary; openssh-client
39
# enables pushing to SSH remotes such as git@github.com:org/repo.git.
0 commit comments