This commit is contained in:
alex.sharov 2022-04-07 11:42:28 +07:00
parent 19b95c6dd7
commit 81dd0851bb

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM docker.io/library/golang:1.17-alpine3.14 AS builder
FROM docker.io/library/golang:1.17-alpine3.15 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.14
FROM docker.io/library/alpine:3.15
RUN apk add --no-cache ca-certificates libgcc libstdc++ tzdata
COPY --from=builder /app/build/bin/* /usr/local/bin/