diff --git a/Dockerfile b/Dockerfile index ad8ca6f..dd87b7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.5-cli@sha256:ca901c6a2725576c4aa896a974bc5a46989a37f2a279ac1101316fe12fe2f3f9 AS builder +FROM php:8.5-cli@sha256:0e17ef0527f296b85bfe4cfb5219b29cafc37224857ed73d28628ea142930ac8 AS builder # hadolint ignore=DL3008 RUN apt-get update && \ @@ -33,7 +33,7 @@ COPY . /app RUN composer build -FROM php:8.5-cli@sha256:ca901c6a2725576c4aa896a974bc5a46989a37f2a279ac1101316fe12fe2f3f9 +FROM php:8.5-cli@sha256:0e17ef0527f296b85bfe4cfb5219b29cafc37224857ed73d28628ea142930ac8 # git is required because the tool shells out to the git binary; openssh-client # enables pushing to SSH remotes such as git@github.com:org/repo.git.