Skip to content

Commit

Permalink
#125: Beta tags for 8.4 images.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Sep 24, 2024
1 parent b38d852 commit 33e8876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/8.4-apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# docker build -t devwithlando/php:8.4-apache-4 .

FROM php:8.4-apache-bullseye
FROM php:8.4.0beta5-apache-bullseye

# Install dependencies we need
RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
Expand Down
2 changes: 1 addition & 1 deletion images/8.4-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# docker build -t devwithlando/php:8.4-fpm-4 .

FROM php:8.4-fpm-bullseye
FROM php:8.4.0beta5-fpm-bullseye

# Install dependencies we need
RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
Expand Down

0 comments on commit 33e8876

Please sign in to comment.