From 8922966e98f318307282ce15cccfe252ede2b678 Mon Sep 17 00:00:00 2001 From: James Glenn <47917431+JR-G@users.noreply.github.com> Date: Mon, 16 Oct 2023 08:44:28 +0100 Subject: [PATCH] Update dockerfile nghttp2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5b2dc30fec..9a51e8aba7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN apk add --update --no-cache --virtual runtime-dependances \ postgresql-dev git ncurses shared-mime-info # Remove once the base image ruby:3.1-alpine3.15 has been updated with the below pkgs -RUN apk add --no-cache ncurses=6.3_p20211120-r2 ncurses-libs=6.3_p20211120-r2 libcurl=8.3.0-r0 pkgconf=1.8.1-r0 nghttp2=1.46.0-r1 nghttp2-libs=1.46.0-r1 +RUN apk add --no-cache ncurses=6.3_p20211120-r2 ncurses-libs=6.3_p20211120-r2 libcurl=8.3.0-r0 pkgconf=1.8.1-r0 nghttp2=1.46.0-r2 nghttp2-libs=1.46.0-r2 ENV APP_HOME /app