Skip to content

Commit

Permalink
Align Dockerfile and GitHub runner to align on GLIBC version
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed Feb 5, 2025
1 parent 71a9756 commit d6e2eb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
sei-images:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
packages: write
contents: read
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.sf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:23.10 AS base
FROM ubuntu:22.04 AS base

WORKDIR /app

Expand All @@ -13,7 +13,7 @@ ENV PATH="/app:${PATH}"

FROM base AS fireeth_download

ARG FIREETH="v2.6.7"
ARG FIREETH="v2.9.3"

# Download and extract the binary file
RUN curl -LO https://github.com/streamingfast/firehose-ethereum/releases/download/${FIREETH}/firehose-ethereum_linux_x86_64.tar.gz \
Expand Down

0 comments on commit d6e2eb7

Please sign in to comment.