Skip to content

Commit

Permalink
Bump php from 5.6-fpm-alpine to 8.2-fpm-alpine in /docker
Browse files Browse the repository at this point in the history
Bumps php from 5.6-fpm-alpine to 8.2-fpm-alpine.

---
updated-dependencies:
- dependency-name: php
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 10, 2022
1 parent cc4dbd4 commit 42b428a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN set -eux \
&& bower install --production --allow-root --silent


FROM php:5.6-fpm-alpine as php
FROM php:8.2-fpm-alpine as php

ENV TERM="xterm-256color" \
LANGUAGE="en_US.UTF-8" \
Expand Down

0 comments on commit 42b428a

Please sign in to comment.