Skip to content

Commit

Permalink
Bump revision for cardano-configuration in Dockerfile.
Browse files Browse the repository at this point in the history
  Fixes #283.
  • Loading branch information
KtorZ committed Nov 13, 2022
1 parent 9a6bba5 commit eeb90c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG CARDANO_NODE_VERSION=1.35.3

FROM --platform=${TARGETPLATFORM:-linux/amd64} nixos/nix:2.11.0 as build

ARG CARDANO_CONFIG_REV=f1263df513f4cc5666bc49245e07fd3055097fee
ARG CARDANO_CONFIG_REV=c0d11b5ff0c0200da00a50c17c38d9fd752ba532

RUN echo "substituters = https://cache.nixos.org https://hydra.iohk.io" >> /etc/nix/nix.conf &&\
echo "trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" >> /etc/nix/nix.conf
Expand Down

0 comments on commit eeb90c8

Please sign in to comment.