diff options
author | Dan Timoney <dtimoney@att.com> | 2022-01-03 14:17:00 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-01-03 14:55:11 -0500 |
commit | b28d09d2e9a97994b0aa93c5632ebaf1f80cee41 (patch) | |
tree | e6d0401e63ea692de9409cb2c5103e02f112ad31 /ms/sliboot/src/main | |
parent | fcc85dc1e3c199c72a173dee04c216a17b7e86a7 (diff) |
Upgrade to log4j2 2.17.1
Update to use version 2.17.1 to resolve log4shell vulnerability
Issue-ID: CCSDK-3556
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I5fff58c7cc59f4a95156fb0180a2d8aa070d4b30
Diffstat (limited to 'ms/sliboot/src/main')
-rwxr-xr-x | ms/sliboot/src/main/dc/docker-compose.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/sliboot/src/main/dc/docker-compose.yaml b/ms/sliboot/src/main/dc/docker-compose.yaml index a6bd9b5a..7a98fcdd 100755 --- a/ms/sliboot/src/main/dc/docker-compose.yaml +++ b/ms/sliboot/src/main/dc/docker-compose.yaml @@ -2,7 +2,7 @@ version: '2.1' services: db: - image: mariadb:10.5 + image: mariadb:latest container_name: sliboot_db_container ports: - "13306:3306" |