Skip to content

Commit

Permalink
fix: resources/docker/dockerfiles/development.Dockerfile to reduce vu…
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Nov 28, 2023
1 parent 8820d6d commit 39c2cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/docker/dockerfiles/development.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# DOCKERFILE DEVELOPMENT
# Installs MySQL Client for database exports, xDebug with PCov and Composer

FROM php:8.0.29-fpm
FROM php:8.2-fpm
WORKDIR /app

RUN apt-get update && apt-get install -y \
Expand Down

0 comments on commit 39c2cdb

Please sign in to comment.