Skip to content

Commit 1f97ad6

Browse files
authored
feat: cardano-node 10.5.3 (#302)
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
1 parent 57abc29 commit 1f97ad6

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/ci-docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ permissions:
1515

1616
jobs:
1717
build-amd64:
18+
# runs-on: ubuntu-latest
1819
runs-on: [self-hosted, Linux, X64, ansible]
1920
steps:
2021
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 https://github.com/actions/checkout/releases/tag/v5.0.0

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313

1414
jobs:
1515
build-amd64:
16+
# runs-on: ubuntu-latest
1617
runs-on: [self-hosted, Linux, X64, ansible]
1718
permissions:
1819
contents: read

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM ghcr.io/blinklabs-io/haskell:9.6.6-3.12.1.0-2 AS cardano-node-build
1+
FROM ghcr.io/blinklabs-io/haskell:9.6.6-3.12.1.0-3 AS cardano-node-build
22
# Install cardano-node
3-
ARG NODE_VERSION=10.5.2
3+
ARG NODE_VERSION=10.5.3
44
ENV NODE_VERSION=${NODE_VERSION}
55
RUN echo "Building tags/${NODE_VERSION}..." \
66
&& echo tags/${NODE_VERSION} > /CARDANO_BRANCH \

0 commit comments

Comments
 (0)