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 May 3, 2024
1 parent 4b15509 commit e022cfc
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.3.1RC3-cli-alpine

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

0 comments on commit e022cfc

Please sign in to comment.