Skip to content

Commit

Permalink
Bump PHP versions
Browse files Browse the repository at this point in the history
- PHP 8.0.30
- PHP 8.1.25
- PHP 8.2.12
  • Loading branch information
lmakarov committed Nov 24, 2023
1 parent 0f592e3 commit b3a1b74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 8.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.0.29-fpm-bullseye as cli
FROM php:8.0.30-fpm-bullseye as cli

ARG TARGETARCH
ARG DEBIAN_FRONTEND=noninteractive
Expand Down
2 changes: 1 addition & 1 deletion 8.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1.21-fpm-bullseye as cli
FROM php:8.1.25-fpm-bullseye as cli

ARG TARGETARCH
ARG DEBIAN_FRONTEND=noninteractive
Expand Down
2 changes: 1 addition & 1 deletion 8.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2.8-fpm-bullseye as cli
FROM php:8.2.12-fpm-bullseye as cli

ARG TARGETARCH
ARG DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit b3a1b74

Please sign in to comment.