diff --git a/controllers/nginx/rootfs/Dockerfile b/controllers/nginx/rootfs/Dockerfile index 23b48f017..a9ff6c545 100644 --- a/controllers/nginx/rootfs/Dockerfile +++ b/controllers/nginx/rootfs/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM gcr.io/google_containers/nginx-slim-amd64:0.18 +FROM gcr.io/google_containers/nginx-slim-amd64:0.19 RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \ diffutils \