From 90596c60b09c8eeca613a2f07b89f2dce9069eb3 Mon Sep 17 00:00:00 2001 From: Ryanpratama01 <220441100098@student.trunojoyo.ac.id> Date: Mon, 16 Mar 2026 02:12:32 +0700 Subject: [PATCH] ubah docker php 8.3 untuk railway --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5d0c2ed..6287f37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.2-cli +FROM php:8.3-cli RUN apt-get update && apt-get install -y \ git \