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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@
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
 
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