Skip to content

Commit

Permalink
Merge pull request #165 from Cerebellum-Network/feature/update-go-ver…
Browse files Browse the repository at this point in the history
…sion

Feature/update go version
  • Loading branch information
MRamanenkau authored Jan 15, 2024
2 parents d9ed044 + 1546e2a commit c3f4b09
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
@@ -1,7 +1,7 @@
# Copyright 2020 ChainSafe Systems
# SPDX-License-Identifier: LGPL-3.0-only

FROM golang:1.18-stretch AS builder
FROM golang:1.21.5-alpine AS builder
ADD . /src
WORKDIR /src
RUN go mod download
Expand Down

0 comments on commit c3f4b09

Please sign in to comment.