Skip to content

Commit

Permalink
Update dockerfile nghttp2
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-G committed Oct 16, 2023
1 parent caa4099 commit 8922966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8922966

Please sign in to comment.