Skip to content

Commit

Permalink
Update llvm11 to llvm12 to fix pg_cron build failing. (#12)
Browse files Browse the repository at this point in the history
* Update llvm11 to llvm12 for pg_cron build

Co-authored-by: Rob Cook <robert.cook@everactive.com>
  • Loading branch information
koocbor and Rob Cook authored Jan 4, 2022
1 parent 06fe97c commit af3a061
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 @@ -30,7 +30,7 @@ FROM base AS pg_cron
RUN apk update && apk add --no-cache --virtual .deps \
build-base \
ca-certificates \
clang-dev llvm11 \
clang-dev llvm12 \
openssl \
tar \
&& wget -O /pg_cron.tgz https://github.com/citusdata/pg_cron/archive/v$PG_CRON_VERSION.tar.gz \
Expand Down

0 comments on commit af3a061

Please sign in to comment.