From bf181e3d9a5654f93a735a293b8053e1db87eb74 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 18:40:53 +0000 Subject: [PATCH] fix: keakeeper/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-CURL-6104720 - https://snyk.io/vuln/SNYK-ALPINE318-LIBXML2-6245694 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6152404 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6191692 - https://snyk.io/vuln/SNYK-ALPINE318-SQLITE-6179217 --- keakeeper/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keakeeper/Dockerfile b/keakeeper/Dockerfile index dfb5041..88c3b30 100644 --- a/keakeeper/Dockerfile +++ b/keakeeper/Dockerfile @@ -12,7 +12,7 @@ RUN apk add --update --no-cache tzdata COPY --from=builder /var/www/keakeeper /var/www/keakeeper COPY default.conf /etc/nginx/conf.d/ -FROM php:8.3.0RC5-fpm-alpine3.18 as keaphpfpm +FROM php:8.3.4-fpm-alpine3.18 as keaphpfpm RUN apk add --update --no-cache tzdata gettext \ && apk add --update --no-cache --virtual .build-deps oniguruma-dev openssl-dev gettext-dev \ && docker-php-ext-install pdo_mysql mysqli mbstring gettext \