8000 Don't bump base images for older php versions · Jubeki/laravel-sail@4cd6113 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4cd6113

Browse files
committed
Don't bump base images for older php versions
1 parent daf6d9c commit 4cd6113

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

runtimes/8.0/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:24.04
1+
FROM ubuntu:20.04
22

33
LABEL maintainer="Taylor Otwell"
44

runtimes/8.1/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:24.04
1+
FROM ubuntu:22.04
22

33
LABEL maintainer="Taylor Otwell"
44

0 commit comments

Comments
 (0)
0