Skip to content

Commit

Permalink
Update commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
dpxcc committed Jan 7, 2025
1 parent 495aeb8 commit 883903c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compute/compute-node.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -1169,8 +1169,8 @@ COPY --from=pg-build /usr/local/pgsql/ /usr/local/pgsql/

# The topmost commit in the `neon_staging` branch at the time of writing this
# https://github.com/Mooncake-Labs/pg_mooncake/commits/neon_staging/
# https://github.com/Mooncake-Labs/pg_mooncake/commit/a94f70dea60786eed2d51a13b022a4bd2a7e3b61
ENV PG_MOONCAKE_VERSION=a94f70dea60786eed2d51a13b022a4bd2a7e3b61
# https://github.com/Mooncake-Labs/pg_mooncake/commit/6ebb0e3a1298182f104b6b3ab85333fcd5dd91f9
ENV PG_MOONCAKE_VERSION=6ebb0e3a1298182f104b6b3ab85333fcd5dd91f9
ENV PATH="/usr/local/pgsql/bin/:$PATH"

RUN git clone --depth 1 --branch neon_staging https://github.com/Mooncake-Labs/pg_mooncake.git pg_mooncake-src && \
Expand Down

0 comments on commit 883903c

Please sign in to comment.