Skip to content

Commit

Permalink
Upgrad golang container
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxn committed Feb 8, 2024
1 parent 9d2bf07 commit fa2eabc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Use carlosedp/golang for riscv64 support
FROM carlosedp/golang:1.18 AS build
FROM golang:1.20 AS build

# Install dependencies
RUN apt-get update && apt-get install -y git build-essential libsecret-1-dev
Expand Down

0 comments on commit fa2eabc

Please sign in to comment.