Skip to content

Commit

Permalink
bump postgres 16.4-r0 => 16.5-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
asmega committed Nov 18, 2024
1 parent 3f6ccc6 commit 75eed37
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.4-r0
RUN apk add postgresql16=~16.5-r0
RUN apk add bash postgresql-dev tzdata nodejs curl libc6-compat shared-mime-info

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

0 comments on commit 75eed37

Please sign in to comment.