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 Jul 7, 2024
1 parent d6f4a54 commit 935bb2b
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
Expand Up @@ -4,7 +4,7 @@
# PHPUnit 9 >= PHP 7.3
# PHPUnit 8 >= PHP 7.2
# PHPUnit 7 PHP 7.1 - PHP 7.3
FROM php:8.1-cli-alpine
FROM php:8.2-cli-alpine

ARG RELEASE_VERSION=latest

Expand Down

0 comments on commit 935bb2b

Please sign in to comment.