Bump go in docker images (#3582)

This commit is contained in:
Till 2025-05-17 21:05:45 +02:00 committed by GitHub
parent 86358e1af6
commit ee42cb48a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 6 deletions

View file

@ -8,7 +8,7 @@
#
# Use these mounts to make use of this dockerfile:
# COMPLEMENT_HOST_MOUNTS='/your/local/dendrite:/dendrite:ro;/your/go/path:/go:ro'
FROM golang:1.23-bookworm
FROM golang:1.24-bookworm
RUN apt-get update && apt-get install -y sqlite3
ENV SERVER_NAME=localhost