diff --git a/backend-example/Dockerfile b/backend-example/Dockerfile index 063aa77d..7c333c7d 100644 --- a/backend-example/Dockerfile +++ b/backend-example/Dockerfile @@ -1,7 +1,7 @@ # ================================ # Build image # ================================ -FROM nginx:1.21.1 +FROM nginx:1.23.3 COPY nginx.conf /etc/nginx/nginx.conf RUN mkdir -p /tmp/cache