Skip to content

Commit

Permalink
Merge pull request #142 from mrrobot47/update/php-nginx
Browse files Browse the repository at this point in the history
Update php-nginx images
  • Loading branch information
mrrobot47 committed Jul 19, 2022
2 parents 4c00466 + 0634452 commit e3a6b8b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 92 deletions.
88 changes: 0 additions & 88 deletions .github/workflows/publish_images.yml

This file was deleted.

2 changes: 1 addition & 1 deletion nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openresty/openresty:1.19.9.1-buster@sha256:c959c008c9a2f43e2833cd098dcfd5e1f761b682ac823b8619fd036e70eb691c
FROM openresty/openresty:1.21.4.1-buster@sha256:24ecf9dd29a1fd884a123c92178bc2e2d74b5c8aa2e38e5bf01a501a76dd8241
LABEL org.label-schema.schema-version="1.0.0"
LABEL org.label-schema.vendor="EasyEngine"
LABEL org.label-schema.name="nginx"
Expand Down
2 changes: 1 addition & 1 deletion php/7.4/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.4-fpm@sha256:f0a391a10ecb3c60ef58636d1c9b173d8ee0d3521d8af97640ffd74e4bc1f20f
FROM php:7.4-fpm@sha256:d5c16ec704c806281ae041fec38a3886a005c886a1819775cbbf4d31c5042e7f

LABEL maintainer="Devarshi Sathiya <devarshisathiya5@gmail.com>, Riddhesh Sanghvi <riddhesh237@gmail.com>"
LABEL org.label-schema.schema-version="1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion php/8.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.0-fpm@sha256:ee59ce6a4ec999c3ca0625d61d126f7693b755d3de3c314d3f0e0bf323ff8a6b
FROM php:8.0-fpm@sha256:a72eae6ffa6ca97ad6e753cfb29577a8aebfae4f096712fd19c04c78d86cd036

LABEL maintainer="Riddhesh Sanghvi <riddhesh237@gmail.com>, Devarshi Sathiya <devarshisathiya5@gmail.com>"
LABEL org.label-schema.schema-version="1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion php/8.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1-fpm@sha256:58508918c6d212da25d38b4b422af86588b0146f1509256b38a3d1203932f512
FROM php:8.1-fpm@sha256:7f08aecb123611eeebe2035189cf84fb910f676e35f9adf4e21d063f2ce62c65

LABEL maintainer="Riddhesh Sanghvi <riddhesh237@gmail.com>, Devarshi Sathiya <devarshisathiya5@gmail.com>"
LABEL org.label-schema.schema-version="1.0.0"
Expand Down

0 comments on commit e3a6b8b

Please sign in to comment.