mirror of
https://github.com/element-hq/dendrite.git
synced 2025-09-15 13:42:26 +03:00
Bump required go version
This commit is contained in:
parent
caff916fb2
commit
bace3e58e8
4 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
#syntax=docker/dockerfile:1.2
|
||||
|
||||
FROM golang:1.22-bookworm as build
|
||||
FROM golang:1.23-bookworm as build
|
||||
RUN apt-get update && apt-get install -y postgresql
|
||||
WORKDIR /build
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue