good morning!!!!

Skip to content
Snippets Groups Projects
Commit 48179889 authored by alex.sharov's avatar alex.sharov
Browse files

Revert "save"

This reverts commit 81dd0851.
parent 81dd0851
No related branches found
No related tags found
No related merge requests found
# syntax=docker/dockerfile:1
FROM docker.io/library/golang:1.17-alpine3.15 AS builder
FROM docker.io/library/golang:1.17-alpine3.14 AS builder
RUN apk --no-cache add make gcc g++ linux-headers git bash ca-certificates libgcc libstdc++
......@@ -9,7 +9,7 @@ ADD . .
# expect that host run `git submodule update --init`
RUN make erigon rpcdaemon integration sentry txpool downloader hack db-tools
FROM docker.io/library/alpine:3.15
FROM docker.io/library/alpine:3.14
RUN apk add --no-cache ca-certificates libgcc libstdc++ tzdata
COPY --from=builder /app/build/bin/* /usr/local/bin/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment