Skip to content

Commit

Permalink
Merge pull request #890 from NFDI4Chem/update-postgres-version
Browse files Browse the repository at this point in the history
fix: update postgres version to 15.4
  • Loading branch information
CS76 authored Nov 14, 2023
2 parents 40d147b + 87099f3 commit bd750d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/ops/docker/app/app.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ RUN docker-php-ext-install sockets
RUN pecl install apcu
RUN docker-php-ext-enable apcu
RUN docker-php-ext-install pcntl
RUN apk update && apk add postgresql-client
#RUN apk update && apk add postgresql-client
RUN apk --update add postgresql15-client --repository=https://dl-cdn.alpinelinux.org/alpine/edge/main

RUN set -ex \
&& apk --no-cache add \
Expand Down

0 comments on commit bd750d4

Please sign in to comment.