MVPilgrim commited on
Commit
5e790e3
·
verified ·
1 Parent(s): 7861242

Rename Dockerfile to DockerfileBuild

Browse files
Files changed (1) hide show
  1. Dockerfile → DockerfileBuild +1 -1
Dockerfile → DockerfileBuild RENAMED
@@ -4,7 +4,7 @@
4
 
5
  ###############################################################################
6
  # Base build image
7
- FROM golang:1.23.7-alpine AS build_base
8
  RUN apk add bash ca-certificates git gcc g++ libc-dev
9
  WORKDIR /go/src/github.com/weaviate/weaviate
10
  ENV GO111MODULE=on
 
4
 
5
  ###############################################################################
6
  # Base build image
7
+ FROM golang:1.21-alpine AS build_base
8
  RUN apk add bash ca-certificates git gcc g++ libc-dev
9
  WORKDIR /go/src/github.com/weaviate/weaviate
10
  ENV GO111MODULE=on