Skip to content

Commit

Permalink
upgrade to go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislusf committed Apr 25, 2022
1 parent d2adcc9 commit 2edb03b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/seaweedfs-csi-driver/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17-alpine as builder
FROM golang:1.18-alpine as builder

RUN apk add git g++

Expand Down
2 changes: 1 addition & 1 deletion cmd/seaweedfs-csi-driver/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17-alpine as builder
FROM golang:1.18-alpine as builder
RUN apk add git g++

RUN mkdir -p /go/src/github.com/chrislusf/
Expand Down

0 comments on commit 2edb03b

Please sign in to comment.