Skip to content

Commit

Permalink
fix: docker/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Nov 20, 2024
1 parent 17ca7a1 commit 102a882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8-cli
FROM php:8.4.0RC4-cli-alpine3.20

RUN pecl install redis-5.3.4 \
&& pecl install xdebug-3.0.4 \
Expand Down

0 comments on commit 102a882

Please sign in to comment.