Skip to content

Commit

Permalink
fix: php7/builder/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Mar 12, 2024
1 parent b0c3811 commit 6c12ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php7/builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BUILDER_IMAGE=fission/builder:latest
FROM ${BUILDER_IMAGE}

FROM php:7.3-alpine
FROM php:7.4.32-alpine

ENV PATH="/root/.composer/vendor/bin:${PATH}" \
COMPOSER_ALLOW_SUPERUSER=1
Expand Down

0 comments on commit 6c12ff0

Please sign in to comment.