Skip to content

Commit

Permalink
Downgrade GCC for greater glibc compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Jan 31, 2024
1 parent 06e4d52 commit 0416efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/zstd.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcc
FROM gcc:9
ARG ZSTD_VERSION

RUN git clone --depth 1 --branch v${ZSTD_VERSION} https://github.com/facebook/zstd.git
Expand Down

0 comments on commit 0416efa

Please sign in to comment.