Skip to content

Commit

Permalink
Fix Dockerfile with postgresql16-16.6-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
kenfodder committed Nov 25, 2024
1 parent 9e04734 commit 9ab52bf
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 @@ -10,7 +10,7 @@ ENV DEPS_HOME /deps
ENV RAILS_ENV production

RUN apk update
RUN apk add postgresql16=~16.5-r0
RUN apk add postgresql16=~16.6-r0
RUN apk add bash postgresql-dev tzdata nodejs curl libc6-compat shared-mime-info

# ------------------------------------------------------------------------------
Expand Down

0 comments on commit 9ab52bf

Please sign in to comment.