Skip to content

Commit

Permalink
docker: Use golang-1.22 image
Browse files Browse the repository at this point in the history
  • Loading branch information
cdamian committed Jul 29, 2024
1 parent fe74f01 commit 16ea79c
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.22 AS builder
ADD . /src
WORKDIR /src
RUN go mod download
Expand Down

0 comments on commit 16ea79c

Please sign in to comment.