Skip to content

Commit

Permalink
Merge #569
Browse files Browse the repository at this point in the history
569: Remove incorrect comment in Dockerfile r=Smittyvb a=Smittyvb

bullseye is Debian 11; buster is Debian 10. We're on the latest Debian release. See #552 (comment).

Co-authored-by: Smittyvb <smitty@timescale.com>
  • Loading branch information
bors[bot] and syvb committed Oct 7, 2022
2 parents 99cc347 + 223cc50 commit 1f703b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/ci/Dockerfile
@@ -1,7 +1,6 @@
FROM rust:1.60 AS pgx_builder

COPY docker/ci/setup.sh /
# TODO rust image we're FROM is currently based on Debian 10!
RUN OS_NAME=debian OS_CODE_NAME=bullseye /setup.sh

ENV PATH "/home/postgres/pgx/0.4/bin:${PATH}"
Expand Down

0 comments on commit 1f703b9

Please sign in to comment.