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