1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-05 02:50:11 +02:00
This commit is contained in:
chrislu 2022-08-02 12:17:31 -07:00
parent fc8035d672
commit 8a61c124c7
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -1,4 +1,4 @@
FROM golang:1.18-buster as builder
FROM golang:1.19-buster as builder
RUN apt-get update
RUN apt-get install -y build-essential libsnappy-dev zlib1g-dev libbz2-dev libgflags-dev liblz4-dev libzstd-dev

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/seaweedfs/seaweedfs
go 1.18
go 1.19
require (
cloud.google.com/go v0.102.1 // indirect