Skip to content

Commit

Permalink
Upgrade PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
umutphp committed Aug 20, 2023
1 parent 497a822 commit 3ffcd11
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion images/8.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.0.28
FROM php:8.0.30

# disable interactive functions
ENV DEBIAN_FRONTEND noninteractive
Expand Down
2 changes: 1 addition & 1 deletion images/8.0/Dockerfile-alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.0.28-alpine
FROM php:8.0.30-alpine

# disable interactive functions
ENV DEBIAN_FRONTEND noninteractive
Expand Down
2 changes: 1 addition & 1 deletion images/8.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1.18
FROM php:8.1.22

# disable interactive functions
ENV DEBIAN_FRONTEND noninteractive
Expand Down
2 changes: 1 addition & 1 deletion images/8.1/Dockerfile-alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1.18-alpine
FROM php:8.1.22-alpine

# disable interactive functions
ENV DEBIAN_FRONTEND noninteractive
Expand Down
2 changes: 1 addition & 1 deletion images/8.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2.5
FROM php:8.2.9

# disable interactive functions
ENV DEBIAN_FRONTEND noninteractive
Expand Down
2 changes: 1 addition & 1 deletion images/8.2/Dockerfile-alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2.5-alpine
FROM php:8.2.9-alpine

# disable interactive functions
ENV DEBIAN_FRONTEND noninteractive
Expand Down

0 comments on commit 3ffcd11

Please sign in to comment.