From 37dc8670f5e8ea4dd9b764e7c6de9a527192ed10 Mon Sep 17 00:00:00 2001 From: Shengzhou Li Date: Fri, 9 Jun 2023 11:26:52 +0900 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1685036..2ed9a6d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM php:7.4-apache LABEL maintainer "zhonger " # Environments -ENV VERSION rc +ENV VERSION stable # Install necessary softwares RUN apt-get update \