Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.26.3-alpine AS builder
FROM golang:1.26.4-alpine AS builder
WORKDIR /go/server/
ENV CGO_ENABLED=0
COPY ./go.mod .
Expand Down
2 changes: 1 addition & 1 deletion backend/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/eclipse-disuko/disuko

go 1.26.3
go 1.26.4

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we also need to bump golang in backend Dockerfile?


require (
github.com/adhocore/gronx v1.20.0
Expand Down
Loading