Skip to content

Commit

Permalink
bump golang version for docker container (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
udpatil authored Dec 27, 2023
1 parent d1174df commit ff7ca2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# docker build . -t sei-protocol/sei:latest
# docker run --rm -it sei-protocol/sei:latest /bin/sh
FROM golang:1.20-alpine AS go-builder
FROM golang:1.21.4-alpine AS go-builder

# this comes from standard alpine nightly file
# https://github.com/rust-lang/docker-rust-nightly/blob/master/alpine3.12/Dockerfile
Expand Down Expand Up @@ -37,7 +37,7 @@ RUN LEDGER_ENABLED=false BUILD_TAGS=muslc LINK_STATICALLY=true make build -B \
&& (file /code/build/seid | grep "statically linked")

# --------------------------------------------------------
FROM alpine:3.16
FROM alpine:3.18

COPY --from=go-builder /code/build/seid /usr/bin/seid

Expand Down

0 comments on commit ff7ca2c

Please sign in to comment.