diff --git a/Dockerfile.production b/Dockerfile.production index 980c0ca0..e5fb2844 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -1,4 +1,4 @@ -FROM nginx:1.13.0 +FROM nginx:1.26.2 # Install ruby and bundler RUN apt-get update