Skip to content

Commit

Permalink
bump image ver to 3.20 (#2057)
Browse files Browse the repository at this point in the history
Bumps Docker image ver from 3.18 to 3.20 to fix vulnerabilities in OpenSSL and BusyBox
  • Loading branch information
gillettmoj authored Jul 8, 2024
1 parent 8e10c2e commit c3483a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion service-admin/docker/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-fpm-alpine3.18
FROM php:8.2-fpm-alpine3.20

ENV OPG_PHP_POOL_CHILDREN_MAX="25"

Expand Down
2 changes: 1 addition & 1 deletion service-api/docker/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-fpm-alpine3.18
FROM php:8.2-fpm-alpine3.20

ENV OPG_PHP_POOL_CHILDREN_MAX="25"

Expand Down
2 changes: 1 addition & 1 deletion service-front/docker/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-fpm-alpine3.18
FROM php:8.2-fpm-alpine3.20

ENV OPG_PHP_POOL_CHILDREN_MAX="25"

Expand Down

0 comments on commit c3483a4

Please sign in to comment.