Skip to content

Commit

Permalink
[INFRA] reset PHP 8.0 and 7.4 to bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
mautz-et-tong committed Jun 28, 2023
1 parent e0525ee commit f7d93fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/7.4/src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openmage/php-base:bulleye-latest AS php
FROM openmage/php-base:bullseye-latest AS php

COPY FS /

Expand Down
2 changes: 1 addition & 1 deletion src/8.0/src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openmage/php-base:bulleye-latest AS php
FROM openmage/php-base:bullseye-latest AS php

COPY FS /

Expand Down

0 comments on commit f7d93fb

Please sign in to comment.