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 Oct 16, 2023
1 parent b4670e3 commit e0aee3e
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.1-fpm
WORKDIR /app

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

0 comments on commit e0aee3e

Please sign in to comment.