Skip to content

Commit

Permalink
Fix version tag for CI cache override
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuacolvin0 committed Sep 1, 2022
1 parent cd6c462 commit c0720d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Empty file added .nitro-tag.txt
Empty file.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,8 @@ ENV NITRO_DATETIME=$datetime
ENV NITRO_MODIFIED=$modified
RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get update && \
apt-get install -y wabt && \
touch /nitro-tag.txt
COPY go.mod go.sum nitro-tag.txt ./
apt-get install -y wabt
COPY go.mod go.sum .nitro-tag.txt ./
COPY go-ethereum/go.mod go-ethereum/go.sum go-ethereum/
COPY fastcache/go.mod fastcache/go.sum fastcache/
RUN go mod download
Expand Down

0 comments on commit c0720d4

Please sign in to comment.