upgrade go, rocksdb

This commit is contained in:
Chris Lu
2024-02-07 00:41:03 -08:00
parent ffe5f19aa0
commit 2ad363d984
4 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.21-alpine as builder
FROM golang:1.22-alpine as builder
RUN apk add git g++ fuse
RUN mkdir -p /go/src/github.com/seaweedfs/
RUN git clone https://github.com/seaweedfs/seaweedfs /go/src/github.com/seaweedfs/seaweedfs