Skip to content

Commit

Permalink
Revert "Don't bump base images for older php versions"
Browse files Browse the repository at this point in the history
This reverts commit 4cd6113.
  • Loading branch information
Jubeki committed Nov 24, 2024
1 parent 4cd6113 commit 77a37d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtimes/8.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:24.04

LABEL maintainer="Taylor Otwell"

Expand Down
2 changes: 1 addition & 1 deletion runtimes/8.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04

LABEL maintainer="Taylor Otwell"

Expand Down

0 comments on commit 77a37d9

Please sign in to comment.