diff --git a/Dockerfile b/Dockerfile index ec12ca4..d77d77a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:5.4 +FROM php:5.4@sha256:6432eb062e481413223df92f86b2b93b2011a9f807d1461cb7ba38c2b646464a MAINTAINER Timur Shagiakhmetov COPY . /app diff --git a/DockerfileHHVM b/DockerfileHHVM index 528d9b6..58bda8d 100644 --- a/DockerfileHHVM +++ b/DockerfileHHVM @@ -1,4 +1,4 @@ -FROM hhvm/hhvm:latest +FROM hhvm/hhvm:latest@sha256:1cc1be0d469a378114112096431145c9fe80612c61ba48e8697097d933147f60 MAINTAINER Timur Shagiakhmetov COPY . /app diff --git a/DockerfileTidyWays b/DockerfileTidyWays index 170e6fb..3a95eed 100644 --- a/DockerfileTidyWays +++ b/DockerfileTidyWays @@ -1,4 +1,4 @@ -FROM php:7.3 +FROM php:7.3@sha256:bd6f2dc7a4e4537e927355c94a74c3022911aa504278f5f0fd94016c90dfaecc MAINTAINER Timur Shagiakhmetov COPY . /app diff --git a/DockerfileUprofiler b/DockerfileUprofiler index 556ad88..b8dc545 100644 --- a/DockerfileUprofiler +++ b/DockerfileUprofiler @@ -1,4 +1,4 @@ -FROM php:5.4 +FROM php:5.4@sha256:6432eb062e481413223df92f86b2b93b2011a9f807d1461cb7ba38c2b646464a MAINTAINER Timur Shagiakhmetov COPY . /app