Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:5.4
FROM php:5.4@sha256:6432eb062e481413223df92f86b2b93b2011a9f807d1461cb7ba38c2b646464a
MAINTAINER Timur Shagiakhmetov <timur.shagiakhmetov@corp.badoo.com>

COPY . /app
Expand Down
2 changes: 1 addition & 1 deletion DockerfileHHVM
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hhvm/hhvm:latest
FROM hhvm/hhvm:latest@sha256:1cc1be0d469a378114112096431145c9fe80612c61ba48e8697097d933147f60
MAINTAINER Timur Shagiakhmetov <timur.shagiakhmetov@corp.badoo.com>

COPY . /app
Expand Down
2 changes: 1 addition & 1 deletion DockerfileTidyWays
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.3
FROM php:7.3@sha256:bd6f2dc7a4e4537e927355c94a74c3022911aa504278f5f0fd94016c90dfaecc
MAINTAINER Timur Shagiakhmetov <timur.shagiakhmetov@corp.badoo.com>

COPY . /app
Expand Down
2 changes: 1 addition & 1 deletion DockerfileUprofiler
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:5.4
FROM php:5.4@sha256:6432eb062e481413223df92f86b2b93b2011a9f807d1461cb7ba38c2b646464a
MAINTAINER Timur Shagiakhmetov <timur.shagiakhmetov@corp.badoo.com>

COPY . /app
Expand Down