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 cb5b1c6 commit ebd82faCopy full SHA for ebd82fa
2 files changed
docker-compose.yml
@@ -2,7 +2,7 @@ version: "2"
2
services:
3
# mysql storage
4
db_mysql:
5
- image: mysql:5.7
+ image: mysql:5.7@sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb
6
restart: always
7
ports:
8
- 3306:3306
@@ -14,7 +14,7 @@ services:
14
15
# postgresql storage
16
db_pgsql:
17
- image: postgres
+ image: postgres@sha256:29ee7bb30d804447dc9a91fd0d74322ae1dc3a4072cc6346f70a5ed6e783b565
18
19
20
- 5432:5432
docker/web/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:8.0
+FROM php:8.0@sha256:0569e384b9064c04dec55dc6e41be41b494a878dfbb6577a7d76bd50cfd5bc00
MAINTAINER Timur Shagiakhmetov <timur.shagiakhmetov@corp.badoo.com>
RUN apt-get update && apt-get -y install git-core unzip \
0 commit comments