0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-01 03:59:03 +02:00

Bump pinecone docker go version

This commit is contained in:
Devon Hudson 2023-08-23 08:56:44 -06:00
parent 845800abfa
commit a721294e2b
No known key found for this signature in database
GPG key ID: CD06B18E77F6A628

View file

@ -1,4 +1,4 @@
FROM docker.io/golang:1.19-alpine AS base
FROM docker.io/golang:1.21-alpine AS base
#
# Needs to be separate from the main Dockerfile for OpenShift,