Skip to content

Commit

Permalink
fix: docker/php/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Feb 23, 2024
1 parent 4b15509 commit de79d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://hub.docker.com/_/php?tab=tags
FROM php:8.2.7-cli-alpine
FROM php:8-cli-alpine

RUN apk add postgresql-dev
RUN docker-php-ext-install pdo_pgsql
Expand Down

0 comments on commit de79d28

Please sign in to comment.