Browse Source

update(Dockerfile): increment Alpine version

Revvy 9 tháng trước cách đây
mục cha
commit
2370e0cc76
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM alpine:3.19
+FROM alpine:3.20
 
 RUN apk add php83 php83-fpm php83-dom php83-curl php83-json php83-openssl nginx --no-cache
 RUN sed -i 's/user nginx;/user nobody;/' /etc/nginx/nginx.conf \