This commit is contained in:
t0is 2025-04-25 09:07:16 +02:00
parent e27586f86d
commit 57da2f3914
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM t0is/laravel-roadrunner-base:latest
FROM t0is/laravel-roadrunner-base:latest-amd64
RUN apt update -y && apt upgrade -y
RUN apt-get install -y supervisor

View File

@ -1,4 +1,4 @@
FROM t0is/laravel-roadrunner-base:latest
FROM t0is/laravel-roadrunner-base:latest-amd64
RUN apt update -y && apt upgrade -y